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

Using odometry from hector_mapping for move_base (Nav stack)

asked 2013-05-03 12:33:25 -0500

Ernest gravatar image

updated 2013-05-03 12:47:28 -0500

Hi,

To run move_base (part of the Navigation stack), I need to provide an odom topic which move_base can subscribe to.

I use hector_mapping for odometry on my robot, and have set the pub_map_odom_transform option of my hector_mapping node to true to publish a tf between the map & the odom frames.

Is it possible to output odom as a topic from hector_mapping? If not, how should I go about constructing odom messages from hector_mapping topics? (I have a hunch that this is possible seeing as a tf from map to odom is available..)

Thank you in advance,

Ernest

Edit: Alternatively, is there a way in move_base to use the incoming map->odom tf for odometry (as opposed to the odom topic) ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-05-03 12:48:28 -0500

Ernest gravatar image

Actually I've figured it out.

It turns out that move_base doesn't need the odom topic, it can get odometry information from the tf that is being published by hector_mapping!

edit flag offensive delete link more

Comments

Hi @Ernest, i wonder how did you configure the launch file to get odom tf out from hector_mapping and use it for move_base.

simk0024 gravatar image simk0024  ( 2021-06-09 21:21:17 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-05-03 12:33:25 -0500

Seen: 1,281 times

Last updated: May 03 '13