Robotics StackExchange | Archived questions

Pose from IMU measurements

How does robotlocalization use the IMU data to update the EKF/UKF in their sensor fusion algorithm ? Robot pose can be obtained from IMU data using multiple techniques, and I am curious which one robotlocalization package uses.

Asked by shree on 2017-07-19 17:32:30 UTC

Comments

Answers

The robot_localization documentation (linked from the wiki page) contains a section Other Resources that links to a ROSCon15 presentation (video) and a paper: A Generalized Extended Kalman Filter Implementation for the Robot Operating System (doi).

Asked by gvdhoorn on 2017-07-20 02:00:59 UTC

Comments