Help A star algorithm in gazebo
Hi Everyone
From last one month, I am trying to implement A star algorithm in gazebo but I am unable to do it. Anyone here can suggest me a tutorial for the A star algorithm implemented in the gazebo. I am a beginner and really need your help.
Thanks
What kind of the A* application ? Path planning ? or something else ?
Actually, I am trying to simulate a robot in gazebo using A star. My main task is to give end point and it will calculate its optimal path and move to that. Please see the photo link text . This is using Dijkstra algorithm I need A .