View Single Post
  #3   Spotlight this post!  
Unread 17-01-2012, 23:34
hzuo hzuo is offline
Registered User
FRC #3274
 
Join Date: Jan 2012
Location: Harrisonburg, Virginia
Posts: 3
hzuo is an unknown quantity at this point
Re: A Problem with Java Deployment

Quote:
Originally Posted by neal View Post
Code:
[cRIO] Default IterativeRobot.disabledContinuous() method... Overload me!
The disabledContinuous() line is just saying that it's running the default method. Write your own to do whatever you want. But not required at this time.

To enable your robot, you click enable in the Driver Station, and that should run tele-opContinous() or however that is spelled.
Yeah, I understood that that's what the line meant; I was merely using it as a reference point to pose my question.

And oh ok, I thought the "enable" they referred to was more complicated than simply that. So I guess there was no problem with deployment after all? It's just waiting for the driver station to send commands?

Thanks!
Reply With Quote