- Continious directional correction while driving
- Linear and rotational part run as separate maneuvers
- Contributors: MoffKalast, Teo Podobnik
- Fixes dependencies
- Contributors: Rohan Agrawal, Teo Podobnik
- Removed backward drive
- Cosine Runaway safety abort
- Minimum velocity parameters
- Stop service
- Contributors: Janez Cimerman, Jim Vaughan, Mark Johnston, MoffKalast, Rohan Agrawal, Teodor Janez Podobnik
- Add PID control for steering
- Fix final orientation bug
- Add action goal queueing
- Separated collision checking and obstacle points
- Add dynamic reconfigure
- Contributors: Teodor Janez Podobnik, Rohan Agrawal
- 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