|
Re: not able to get any programs to work
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().
|