wpilib.drive Package

DifferentialDrive(leftMotor, rightMotor)

A class for driving differential drive/skid-steer drive platforms such as the Kit of Parts drive base, "tank drive", or West Coast Drive.

MecanumDrive(frontLeftMotor, rearLeftMotor, ...)

A class for driving Mecanum drive platforms.

RobotDriveBase()

Common base class for drive platforms.