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

Hector_slam and IMU

asked 2012-08-05 17:36:07 -0500

TJump gravatar image

I'm interested in how an IMU is used as a part of Hector_slam. Is it part of the odom data, or is the IMU purely to stabalize/orient the laser scanner and data from the IMU is not passed to hector_slam?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-08-06 04:01:45 -0500

Information about the LIDAR attitude has to be available. If the platform experiences roll/pitch motion, using a IMU and tf is a straightforward way to supply this information. Of course, if the LIDAR is mounted to a heavy platform traveling on flat ground, the roll/pitch estimate can be considered fixed and no IMU is needed.

Low cost IMUs as commonly used in robotics (as opposed to military grade/aerospace ones) are hard to use for odometry, as the double integration of accelerometer data leads to very high translational errors within seconds. For this reason, IMU data generally has to be filtered and fused with other sources to be useful for (translational) motion estimation. A EKF-based filter for this is available in the hector_localization stack. Unfortunately we didn't get around to writing a proper tutorial for that so far. This state estimation filter estimates the 6DOF pose of the vehicle (as well as IMU sensor biases). The tf generated by the filter can be used as a start estimate for scan matching in hector_mapping, while the 2D pose estimate by the latter in turn can be used to update the EKF solution again.

edit flag offensive delete link more

Comments

I have not found many of the low cost robot IMUs supported in ROS. Is there a specific node/other to use for these low cost IMUs to work with the EKF-based filter?

TJump gravatar image TJump  ( 2012-08-06 12:43:06 -0500 )edit

I've decided to test out the imu_um6 node.

TJump gravatar image TJump  ( 2012-08-11 08:04:39 -0500 )edit
1

So is there any help or documentation how to use IMU in hector_localization and hector_mapping??

Astronaut gravatar image Astronaut  ( 2013-01-02 20:02:08 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2012-08-05 17:36:07 -0500

Seen: 5,462 times

Last updated: Aug 06 '12