This repo is an A* planner compatible with ROS.
- map (nav_msgs/OccupancyGrid)
-
start (geometry_msgs/Point)
-
goal (geometry_msgs/Point)
- path (nav_msgs/Path)
- Ubuntu
- ROS
Tested on Ubuntu 20.04, ROS Noetic.
- Clone this repo in your src directory of ROS workspace.
git clone https://github.com/rohgal/astar_ros.git
- Build
catkin_make
- Launch A* ROS server.
roslaunch astar_ros astar_server.launch