ddobervich
09-02-2013, 15:32
Greetings,
It's my understanding that teleopContinuous() runs as often as possible while teleopPeriodic() is called approximately once every 20ms.
Our robot extends IterativeRobot and overrides teleopPeriodic(), which seems to be working. Our teleopContinuous() doesn't seem to be getting called, and I also noticed it doesn't seem to be declared in either IterativeRobot or RobotBase.
What am I missing here?
Thanks very much for any help clearing up this mystery!
David Dobervich
It's my understanding that teleopContinuous() runs as often as possible while teleopPeriodic() is called approximately once every 20ms.
Our robot extends IterativeRobot and overrides teleopPeriodic(), which seems to be working. Our teleopContinuous() doesn't seem to be getting called, and I also noticed it doesn't seem to be declared in either IterativeRobot or RobotBase.
What am I missing here?
Thanks very much for any help clearing up this mystery!
David Dobervich