30313233343536
// here. Call these from Commands. public void initDefaultCommand() { // Set the default command for a subsystem here. //setDefaultCommand(new MySpecialCommand()); setDefaultCommand(new ConveyorAssistAcquire()); }