Teleop Drive Command
constructor(vForward: DoubleSupplier, vStrafe: DoubleSupplier, omega: DoubleSupplier, slowMode: DoubleSupplier)
Parameters
v Forward
The x velocity of the robot.
v Strafe
The y velocity of the robot.
omega
The 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.