Swerve Wheel
constructor(driveMotor: GenericDriveMotor, turnMotor: GenericTurnMotor, drivePID: PIDController, turnPID: PIDController, configuration: SwerveModuleConfiguration)
Parameters
drive Motor
The motor to use for driving
turn Motor
The motor to use for turning
drive PID
The PID controller to use for driving
turn PID
The PID controller to use for turning
configuration
The configuration for this module