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

HOW to fuse IMU data in Hector SLAM

asked 2012-12-21 12:42:21 -0500

Astronaut gravatar image

updated 2012-12-22 07:48:21 -0500

Eric Perko gravatar image

Hello

Im using Hector SLAM and it works fine. My sensor package consist of IMU, laser and Kinect camera. Would like to know how to use IMU for better pose estimation. I know that pose estimation is based in laser scan matching but Im not using the sources if IMU. So i think fusing this IMU data would gives me better orientation. ANY help on this???Thanks

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-03-23 10:23:18 -0500

Hi,

You should take a look into data fusion if you want to get better estimation of your pose. By using data fusion algorithm, such as Kalman Filters, you can obtain better measurement by combining the precision of each sensors. Theoretically, the more sensors you have, the more precision you can get. This family of algorithm is really robust and can typically run asynchronously.

In ROS, I have found 2 EKF (Extend Kalman Filter) implementation : robot_pose_ekf and hector_localization, but I have not been able to make either work. There is also this open source code http://kalman.sourceforge.net/

Hope it helps!

edit flag offensive delete link more
0

answered 2013-06-07 21:37:55 -0500

Messi gravatar image

wish stefan Kohlbrecher answer this question :(

edit flag offensive delete link more

Comments

Wish I had the time for an extensive answer :) Will forward this, maybe someone else can chime in.

Stefan Kohlbrecher gravatar image Stefan Kohlbrecher  ( 2013-06-10 06:29:20 -0500 )edit

Question Tools

7 followers

Stats

Asked: 2012-12-21 12:42:21 -0500

Seen: 2,325 times

Last updated: Jun 07 '13