IEEERobotics / high-level

CV, localization, mapping, planning, and generally anything that will run on the PandaBoard
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Nav should use botSet as much as possible instead of botMove #35

Open napratin opened 11 years ago

napratin commented 11 years ago

Low-level board is much better at maintaining absolute headings when moving, so most (if not all) botMove() calls in nav should be changed to botSet(), and subsequently, updates to localizer would then be sent via feedLocalizerXYTheta() instead of feedLocalizerXY().