ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Just in general, Global Planner nor NavFn are actually A* implementations. They're Global Dynamic Window Approach implementations that can use A* or Dijkstra's for expanding the potential field, but that's not the search itself to generate the path. Its using a gradient descent algorithm on the potential field to generate a path.