Package-level declarations
Properties
Functions
Link copied to clipboard
fun mecanumDrive(frontLeft: NextMotor, frontRight: NextMotor, backLeft: NextMotor, backRight: NextMotor, gamepad: Gamepad, kinematics: MecanumKinematics = MecanumKinematics()): Command
Command that drives a mecanum drivetrain from gamepad's sticks.
Link copied to clipboard
fun mecanumDriveFieldCentric(frontLeft: NextMotor, frontRight: NextMotor, backLeft: NextMotor, backRight: NextMotor, gamepad: Gamepad, heading: Supplier<Double>, kinematics: MecanumKinematics = MecanumKinematics()): Command
Command that drives a mecanum drivetrain from gamepad's sticks, field-centric.