The following repository contains a simple implementation of the A* planning algorithm implemented in C++ for ROS.
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/tanujthakkar/astar.git
cd ..
catkin_make
source devel/setup.bash
roslaunch hybrid_astar astar.launch