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

Revision history [back]

you can check the topic move_base/status (more info).

you can check the topic move_base/status (more info).

answering EDIT 1:

you probably see the status as 3 (SUCCEEDED) for short paths because move_base "thinks" it already arrived at the goal position, probably because the goal is inside the tolerance.

for longer paths, it should first be 1 (ACTIVE) and then 3 (SUCCEEDED).