DifferentialArcadeDriverControlled
class DifferentialArcadeDriverControlled(val leftMotor: Controllable, val rightMotor: Controllable, val driveJoystick: Joystick, val turnJoystick: Joystick) : Command
Drives a differential drivetrain as a tank drive.
Parameters
leftMotor
: The motor(s) on the left side of the drivetrain
rightMotor
: The motor(s) on the right side of the drivetrain
driveJoystick
: The joystick to use for forward movement
turnJoystick
: The joystick to use for turning
Constructors
Link copied to clipboard
constructor(leftMotor: Controllable, rightMotor: Controllable, driveJoystick: Joystick, turnJoystick: Joystick)