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

Quaternion covariance matrix for imu_filter.

asked 2012-03-05 04:17:37 -0500

Konstantin gravatar image

updated 2012-03-05 12:09:04 -0500

kwc gravatar image

Hi everyone,

I really hope that someone can help me as I'm quite stuck. I'm using imu_filter to apply a Kalman filter to my visual odometry / IMU measurements. My only problem is: imu_filter expects rotations as quaternions, and hence also wants the covariance matrix to be based on quaternions.

From my odometry, however, I only get Euler angles. I've been trying a lot to at least get an estimate for the quaternion variances, but so far I haven't been very successful. Googling, I found one very short (actually just 2 pages) technical report of which I think might cover this problem: Link

But I'm absolutely unable to understand it. Does anyone have an idea for a simple way to at least get a rough estimate of the variances? I don't want to use a static parameterization, as the variances vary quite a bit. I'd really appreciate any help.

Thanks, Konstantin

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-10-06 19:01:09 -0500

sai gravatar image

updated 2014-04-03 03:40:13 -0500

Try using robot_pose_ekf package and make sure that the frame_id of IMU is changed to base_footprint. Using the ROBOT_POSE_EKF package , a Extended Kalman Filter can be applied to IMU and Visual Odometry data..I guess that you wont have any problem with the covariances by using this package..

Also there is another package called ethzasl_sensor_fusion which takes in "pose" information and fuses with IMU information. There are tutorials on how to use this package too.

good luck

edit flag offensive delete link more

Question Tools

4 followers

Stats

Asked: 2012-03-05 04:17:37 -0500

Seen: 2,132 times

Last updated: Apr 03 '14