thedropbears / pystronghold

Python control code for 2016 FRC - Stronghold
2 stars 6 forks source link

Heading hold PID onTarget() call failing #39

Open james-ward opened 8 years ago

james-ward commented 8 years ago

During autonomous we wait to see whether the heading hold is on target or not, before we start tracking range then vision. This never seems to return true, meaning that the state never changes and we have to do everything on dead reckoning.