|
Re: URGENT: Command-Based Program Not Working
well.. yeah... you commented out your actions code.
Code:
public OI() {
...
//fireButton.whenPressed(new Fire());
//loadButton.whenPressed(new LoadShooter());
//intakeOnButton.whenPressed(new IntakeRun());
//Buttons
}
__________________
FRC Team 1684 - Head Programmer (2013-2016)
FRC Team 5460 - Programming Mentor (2015-2016)

FIRST in Michigan - Technical Crew (2015-continuing)
|