How can I visualize Dijkstra and A* steps in rviz?
Hello
I am doing some tests comparing Dijkstra and A* algorithms performance with Gazebo+Rviz simulation, and I would like to obtain results through graphics similar to the ones in the move_base tutorials:
http://wiki.ros.org/global_planner
What I would like is to be able to see in each case which cells have been evaluated in order to find the final path.
I have done a few tests with rviz ( gridmap, pointcloud, and map plugins among others), but I don't know how to visualize this info in it (it only shows the final path, and results using Dijkstra and A* seem to be very similar).
Can someone help me on how can I do this?
Thank you in advance Regards