A* (A star algorithm) implementation in gazebo
Hi Everyone,
I am working on my project but now i am puzzled at A* algorithm implementation. I have successfully done these things. please see the attached image https://s12.postimg.org/f3o1xtprx/Wor... Anyone please guide me how to implement A* algorithm.
Thanks
Gazebo
is a simulator, you don't implement an algorithm for navigation in thereSorry for the confusion. Actually, I have followed tutorial of pioneer robot model and successfully executed the simulation in Gazebo and RVIZ. In the Image attached shows the current progress like in the image the red arrow that tells the robot to move in that direction.
But I need to set a point on the map and calculate the distance through A* algorithm. For this I need help that where I have to write A* code (in global planner or in local planner).