![]() |
Output not updated enough
I added the line "myRobot.SetSafetyEnabled(false);" in the code and still the same error. I also set it to true and the same error popped up. I switched the code from C++ to Java and I would get the same error "output not updated often enough" in the deploy/run window on netbeans. Even when SetSafetyEnabled is set to true or false. I even took it completely out of the code still the same error, is there somethinig here that I am doing wrong?
here's the code: Code:
/*----------------------------------------------------------------------------*/ |
Re: Output not updated enough
Could the delay be causing the problem?
|
Re: Output not updated enough
It seems to me that your teleop loop is going to run only when you're in both teleop and autonomous mode at the same time, and that's definitely not what you want.
Look closely at the while statement that surrounds the operatorControl code. I think you're missing an exclamation point before the isAutonomous() function. |
| All times are GMT -5. The time now is 17:51. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi