Files
paparazzi/sw/in_progress/inertial
2009-04-07 22:56:47 +00:00
..
2007-10-04 17:08:58 +00:00
2009-04-07 22:56:47 +00:00

This directory contains examples of kalman filters applied to a couple of attitude determinatation problems.

tilt is a simple one axis angle problem - It fuses the data of a gyroscope and a two axis accelerometer to estimate an angle and the bias of the gyro.

ahrs_euler estimates 3 eulers angles and 3 gyro biases - it exhibits the problems of singularities associated with euler angles, but the additive noise hypothesys of our kalman filter can be verified.

ahrs_quat estimates a quaternion and 3 gyro biases - It doesn't have the problem of singularity of euler angles, but the additiv noise hypothesis is violated as it would make the quaternion non unitary.

The _optim versions are "highly optimized" versions of the filters designed with a performance goal in mind when running on a microcontroller.

Big thanx to the gurus : Trammel Hudson, Aaron Khan, Stephane Puechmorel and