UbiquityRobotics / move_basic

A minimal navigation node
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Add second rotate back to small moves in move_basic #42

Closed davecrawley closed 6 years ago

jim-v commented 6 years ago

The second rotate was not removed; it just doesn't happen if the distance involved is less than the value of the linear_tolerance parameter.

See https://github.com/UbiquityRobotics/move_basic/pull/35/files

This parameter can be set lower, but cannot be zero, since the result of `atan2(0,0) is undefined.