- Fixed the bug of 0.0 travelled distance
- Changed the logic of stopping in front of an obstacle (added a parameter to configure minimal distance to the obstacle from where the robot would stop)
- Changed the logic of detecting obstacles (added a parameter to configure minimal distance to an obstacle from where the obstacle will affect robot's movement)
- Contributors: Illia Shvarov
- Don't rotate to go small distances
- Reduce verbosity when rotating
- Contributors: Jim Vaughan
- Publish forward obstacle distance (#31)
- Improve Lidar-based obstacle detection (#30)
- Contributors: Jim Vaughan
- Add ObstacleDetector class to estimate distance to obstacles using range sensors during linear motion and rotation in-place.
- Contributors: Jim Vaughan, Rohan Agrawal
- Will reverse for small distances without rotating
- Try to operate in the frame the goal is in if no map frame
- Add map_frame param
- Add frane to points in path
- Contributors: Jim Vaughan, Rohan Agrawal
- Add map_frame param
- Contributors: Jim Vaughan
- Add move_base_msgs dep
- Contributors: Jim Vaughan
- Add URL to wiki page to README.md (#15)
- added all deps in the package xml (#14)
- Contributors: Jim Vaughan, Rohan Agrawal
- Initial Release of a package for very basic navigation. The path planning consists of rotating in place to face the goal and then driving straight toward it. It is designed to provide the same interfaces as move_base.
- Contributors: Jim Vaughan, Rohan Agrawal