utexas-bwi / eband_local_planner

ROS Local planner based on the eband approach. Based on the original implementation by Christian Connette and Bhaskara Marathi. This local planner has been adapted primarily for differential drive robots, but still supports the original holonomic drive controls.
http://wiki.ros.org/eband_local_planner
105 stars 83 forks source link

infinite initial rotation #3

Closed piyushk closed 11 years ago

piyushk commented 11 years ago

during the 1st rotation step in the differential drive trajectory follower, sometimes the next bubble is too close and we start doing an infinite jitter rotation.

This bug is a bit hard to reproduce