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

How to extract information from hector slam for autonomous navigation

asked 2013-03-25 10:54:58 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hello,

I've got hector slam working with my hokuyo laser range finder. Now, I'm trying to use the information it uses to generate a map so that I can use it for navigating an aerial robot. Can someone please help me or direct me somewhere that will help me use hector slam for autonomous navigation?

Thanks!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
2

answered 2013-03-28 23:33:54 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

hector_slam outputs a standard nav_msgs/OccupancyGrid message. Being "the" standard for 2D map representation, this message type is used by a lot of packages providing different functionality:

Note this list is not exhaustive but just a few examples off the top of my head.

edit flag offensive delete link more

Comments

That really helps!

MhAyman gravatar image MhAyman  ( 2016-07-30 04:23:54 -0500 )edit

This is helpful however more info on how to integrate hector slam odom info into move base, would be greatly appreciated! What are the launch files that need to be changed when pulling odometry info from hector into move base? in this case we are not using AMCL at all correct?

robotable gravatar image robotable  ( 2016-12-20 00:17:54 -0500 )edit
1

answered 2013-03-25 10:59:34 -0500

The hector_mapping node publishes a map topic which can be subscribed to, or saved for later use using map_server.

edit flag offensive delete link more
0

answered 2013-03-28 05:08:49 -0500

jodafo gravatar image

updated 2013-03-28 05:09:24 -0500

Another possibility is using http://www.ros.org/wiki/hector_geotiff if you want to have it in geotiff format.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-25 10:54:58 -0500

Seen: 2,518 times

Last updated: Mar 28 '13