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

Syntax of botMove and botTurn* commands #18

Closed dfarrell07 closed 11 years ago

dfarrell07 commented 11 years ago

A few questions:

ghost commented 11 years ago

The speed is negative and the distance is positive for a reverse motion. In fact, I am not sure if there is a check anywhere for a negative distance; we must avoid passing a negative distance. Ethan probably knows if the speed angle is -ve or +ve since the bot is now rear wheel drive.