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?
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: 74 times
Last updated: Jan 07 '16
How to configure move_base properly
How to move a differential drive robot to target Co-ordinates?
teb_local_planner: avoid constant path replanning
Local navigation with additional rescrictions
Is it posible to use move_base for an omnidirectional robots?
How can navigation be aborted even if goal is not reached?