Log in

View Full Version : Autonomous == Disabled?


Dr. Manhattan
16-02-2009, 19:38
So, I'm trying to test autonomous code, yet for some reason whenever I switch to autonomous it automatically disables it and doesn't let me enable it. Anyone know what's up with that?

nathanww
16-02-2009, 22:54
Most likely the "watchdog"(a safety system that prevents a crashed robot from just taking off in some random direction) is detecting a failure and shutting down the system. Check to make sure that you are feeding the watchdog--if you are, you likely have some condition in your autonomous that is causing the system to lag or crash.

Dr. Manhattan
17-02-2009, 19:01
Alright, I'll check it out, thanks a bunch. :)

Mark McLeod
18-02-2009, 11:37
The LabVIEW Frameworks have the autonomous code disabled by default and you get the blinking light.

There's a little True/False feeding the outside of the loop that comes set to False to prevent auto code from running.