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 to loc XYTheta update needs to convert abs_heading to relative before passing as dTheta #36

Open napratin opened 11 years ago

napratin commented 11 years ago

In, feedLocalizerXYTheta(), the parameter abs_heading needs to be converted to a relative angle before passing to loc as dTheta. This should probably be done in the method calling feedLocalizerXYTheta(). Also note that botSet() expects an absolute angle. Callers of microMoveXYTheta() should be aware of this.