Quote:
Originally Posted by isaacdl
We are using labview and our robot is up on blocks. We started a default project that uses the arcade settings. Teleoperated works fine but when we put code in the autonomous iterative vi it goes into watchdog whenever autonomus is enabled. We have tried feeding the watchdog as well as just killing it but to no avail. Suggestions on how to make the watchdog happy.
|
Make sure you haven't overlooked the false constant on the autonomous independent VI that the template generates. It disables all autonomous code by default. That way you don't accidentally run autonomous.