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

Revision history [back]

click to hide/show revision 1
initial version

I actually found my error : the imu message I feed the Kalman filter was relative to the "imu_frame" instead of "imu_base". It means that when my Kalman filter uses the IMU message it considers the orientation variation in the imu_frame that is himself rotating around imu_base, hence the orientation going twice as far as it it should.