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

Robot pose with hector slam

asked 2012-12-09 17:23:32 -0500

Astronaut gravatar image

updated 2012-12-09 17:25:37 -0500

Hello I tried the hector mapping and it works fine. I would like to use the localization for the pose estimation. My sensor package is just IMU and laser. So do I need the localization package? I already download the hector_localization package from https://tu-darmstadt-ros-pkg.googlecode.com/svn/fuerte/trunk/hector_localization . Is there any tutorial or example how tu use the robot pose provided by hector_slam?? I would like to use this pose for further parameter estimation like velocity or some distances to obstacles. Any help?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-12-09 19:50:18 -0500

The robot pose is published to tf (as the map->odom transform) if the "pub_map_odom_transform" parameter is set to true. It also is published as a geometry_msgs/Twist message on the "slam_out_pose" topic. This and a few more ways to retrieve pose data are also documented on the hector_mapping wiki page.

How you use the robot pose is beyond the scope of the hector_mapping documentation. The navigation stack is an example of using the robot pose for obstacle avoidance and navigation (even if it is very complex).

Depending on what you want to do it might or might not make sense to use hector_localization. The description should give you a good idea of what it provides.

edit flag offensive delete link more

Comments

Ok. Thanks. Just a comment regarding using hector_mapping and robot_pose_ekf. So I can use pub_odometry" parameter, to publish the odometry on "scanmatch_odom" topic. So that robot_pose_ekf can subscribe to odom massage published by the hector_mapping. True?

Astronaut gravatar image Astronaut  ( 2012-12-09 20:12:10 -0500 )edit

Hello. Can you tell me please how to incorporate the IMU to been used in hector mapping??I think using IMU can improve the scan matching by Hector mapping..Any help???

Astronaut gravatar image Astronaut  ( 2012-12-26 16:40:31 -0500 )edit

Hello. I can not find any documentation or tutorial how to use and build the hector_localization. Any help or some sample launch file that might help me??

Astronaut gravatar image Astronaut  ( 2013-01-03 04:33:02 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-12-09 17:23:32 -0500

Seen: 3,311 times

Last updated: Dec 09 '12