|
Re: Converting a iterative robot project to a command based project
A command-based robot has specific `Robot.java` contents - the periodic functions call `Scheduler.getInstance().run();`, and the constructor creates instances of each subsystem. The other thing you'll need to make sure to examine is the `OI` class, to make sure that triggers are set up appropriately.
__________________

GSR Dean's List Finalist 2011
|