|
Re: Running Code Problems
Your Main isn't actually implementing the IterativeRobot methods. IterativeRobot has methods like robotInit(), teleopInit(), autonomousPeriodic(), not the methods of Command. The Command-based template gives a good example IterativeRobot implementation.
__________________
I code stuff.
|