Quote:
Originally Posted by sebflippers
Just realized something that might be relevant. The last lines I have in the output section in netbeans are:
[cRIO] Default IterativeRobot.disabledInit() method... Overload me!
[cRIO] Default IterativeRobot.disabledContinuous() method... Overload me!
If i'm not mistaken these are the methods that are currently running, and if (yet again) i'm not mistaken one of those used to be IterativeRobot.robotInit().
When I get back to the lab I'll upload the same code but in the disabledInit() instead of robotInit().
|
robotInit should always be called first (right after your constructor). Those messages indicate that those methods are running (they should be) and that you haven't put anything in them. If you override those methods with your own code they will go away.
You need to enable your robot using the Driver's Station software.