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

Revision history [back]

The easiest option certainly is sending all goals in the global "/map" frame. Note that you also can send goals relative to arbitrary frames (for example relative to the robot in the "base_link" frame). The goal will always be converted to the global frame inside move_base first (see move_base.cpp line 648).