ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.