Corner Spin Command
class CornerSpinCommand(rotation: DoubleSupplier, driveMode: BooleanSupplier, slowMode: BooleanSupplier) : Command
A Command that allows rotation around a corner/swerve module.
Parameters
rotation
Double supplier that returns the desired angular velocity of the robot.
drive Mode
Boolean supplier that returns true if the robot should drive in field-oriented mode.
slow Mode
Boolean supplier that returns true if the robot should drive in slow mode.