public void initDefaultCommand() { setDefaultCommand(new Drive()); }
public void initDefaultCommand() { setDefaultCommand(new Drive()); // Set the default command for a subsystem here. //setDefaultCommand(new MySpecialCommand()); }