Four Wheel Swerve Configuration
class FourWheelSwerveConfiguration(val frontRight: SwerveWheel, val frontLeft: SwerveWheel, val backRight: SwerveWheel, val backLeft: SwerveWheel, val angleConfiguration: FourWheelAngleConfiguration = FourWheelAngleConfiguration(), val speedConfiguration: FourWheelSpeedConfiguration = FourWheelSpeedConfiguration())
Constructors
Link copied to clipboard
constructor(frontRight: SwerveWheel, frontLeft: SwerveWheel, backRight: SwerveWheel, backLeft: SwerveWheel, angleConfiguration: FourWheelAngleConfiguration = FourWheelAngleConfiguration(), speedConfiguration: FourWheelSpeedConfiguration = FourWheelSpeedConfiguration())