103104105106107108109
public void strafeAtSpeed(double speed, double direction) { drive.mecanumDrive_Polar(0.4, direction, 0.0); } public void toTank() { setDefaultCommand(new TankDriveWithJoystick()); }