![]() |
Watchdog Errors In Autonomous
Recently our code developed an issue with our autonomous code. Whenever it runs we get watchdog errors, which we think are due to drive waits in sequences. The code will run occassionally, but most of the time the robot just sits there and spouts out errors. Anyone know how we can fix this?
|
Re: Watchdog Errors In Autonomous
Could you post your code so we can try to help?
|
Re: Watchdog Errors In Autonomous
try tethering the robot. At our shop, there is too much wifi and it comes up with the errors at the same time the communicatin keep coming and going.
|
Re: Watchdog Errors In Autonomous
If you have code that sets the motor speed, then wait more than 100ms, then change the motor speed, you will trigger the Safety Config since your code is not updating the motor very often.
Your choices are to disable the Safety Config at the beginning of the auto period, or to change the waits to be wait and set to same value. Either should get rid of the Safety override. Greg McKaskle |
| All times are GMT -5. The time now is 11:24. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi