tankDrive

fun tankDrive(frontLeft: NextMotor, frontRight: NextMotor, backLeft: NextMotor, backRight: NextMotor, gamepad: Gamepad, kinematics: TankKinematics = TankKinematics()): Command

Command that drives a tank drivetrain from gamepad's sticks.