|
Watchdog Issues
Our watchdog says not fed as soon as it is enabled, weather we have .SetEnabled(true) or (false)
I'm pretty sure it is the DashboardDataFormat that is causing the error, I have taken the example numbers out and replaced them with gyro->GetAngle(); and stick1->GetX(); and now we have this problem. Any help?
Update:
By waiting at the beginning before enabling, we got the initial error to go away, it now only says watchdog not fed for around the first half a second(will this matter during competition?)must have been something with the camera...
We still have the problem where it will say not fed every 2 seconds(which is what we have the watchdog timer set at).
Also, we have edited the information in the DashboardDataFormat.cpp file, and use sendIOPortData and sendVisionData to send the data, i do not know if this uses the DashboardDataSender class
Last edited by Kyledoo : 02-21-2010 at 01:48 PM.
|