Quote:
Originally Posted by neal
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!