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

Need documentation about comm return values #19

Closed dfarrell07 closed 11 years ago

dfarrell07 commented 11 years ago

I need to know how to interpret the results of calls to comm, specifically botMove and botTurn*, but it would be helpful to add this information to the doc strings of every comm.SerialCommand function that's meant to be called by other processes.

Very specifically:

dfarrell07 commented 11 years ago

It would be really helpful to know this ASAP. Do you know, @ealamaster or @rsrinath85?

ghost commented 11 years ago

The angles are in degrees and all headings will be in degrees. So, we can keep waypoint heading in degrees as well. I am not sure about the distance units. @ealamaster is the best person to address that.

dfarrell07 commented 11 years ago

They are in mm.