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

Revision history [back]

The move_base package will do that for you. By default it uses Dijkstra's algorithm which is very similar to A, but you can change it to A if you like.

The move_base package will do that for you. By default it uses Dijkstra's algorithm which is very similar to A, but you can change it to A if you like.

The move_base package will do that for you. By default it uses Dijkstra's algorithm which is very similar to A"A, ", but you can change it to A"A " if you like.

The move_base package will do that for you. By default it uses Dijkstra's algorithm which is very similar to "A", A-star, but you can change it to "A" A-star if you like.