View Single Post
  #7   Spotlight this post!  
Unread 13-01-2012, 18:33
sebflippers sebflippers is offline
Registered User
FRC #2914
 
Join Date: Jan 2012
Location: dc
Posts: 56
sebflippers will become famous soon enoughsebflippers will become famous soon enough
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().
Reply With Quote