What is the pose topic move_base subscribes to?
move_base extracts the current position from tf. what is the name of the frame it subscribes to relative to /map frame?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
move_base extracts the current position from tf. what is the name of the frame it subscribes to relative to /map frame?
move_base
actually gets the current position from the costmap (see here).
Thus, you specify the the frame_id
in the costmap config file via the ~<name>/robot_base_frame
parameter, which defaults to base_link
.
As you write correctly, it uses tf to get the current position, so it does not subscribe to a topic other than tf
for this.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-12-29 00:04:30 -0600
Seen: 124 times
Last updated: Jan 07 '16
Poor move_base performance on Nvidia Xavier
move_base not subscribing to "/odom"
Publishing to /move_base_simple/goal
Problems with move_base [closed]
Is the move_base node application-specific?
move_base local planner deviates significantly from global planner path
ROS navigation real-world implementation ?