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

How to save the state of hector_mapping in case it fails?

asked 2013-05-08 10:02:59 -0500

Ernest gravatar image

In certain situations, my LiDAR's platform is subject to sharp motions which hector_mapping cannot handle. In this question, I asked Stefan Kohlbrecher, (one of) the author(s) of the hector_mapping package, what causes this.

Following his comments, I would like to know how to save the full internal state of hector_mapping to restart it with a valid state in case it fails.

Thank you very much,

Ernest

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2013-05-15 20:55:24 -0500

Sorry for the delay, ROScon and DRC qualification took their toll ;) So the internal state basically boils down to the state estimate of the robot and that of the map. The former ist just a 2D/3DOF pose and the map is represented by multiple grid map layers.

If you look at HectorSlamProcessor.h (note we recently moved to github, too) it boils down to keeping a copy of the MapRepresentationInterface and the last scanmatch pose somewhere. If something goes wrong, this data could be retrieved and thus be used to revert the broken map. It likely isn't too hard to do, but still requires changing some of the internals. Also, reliably detecting things going wrong might or might not be easy.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-08 10:02:59 -0500

Seen: 863 times

Last updated: May 15 '13