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

Revision history [back]

move_base uses a global costmap and a local costmap.

You can get the pose of the bot in the global_frame of the costmap using the costmap_2d::Costmap2DROS::getRobotPose() function.