Open stenbergd opened 9 years ago
Two very similar suggestions on fusing gyroscope and accelerometer (we may use magnetometer instead for correction?) in a Kalman filter:
http://se.mouser.com/applications/sensor_solutions_mems/
Perhaps a suitable algorithm to start with before more advanced sensor fusion and EKF.
Use magnetometer to get attitude corrections? Roll/Pitch estimation: Gyroscope and Magnetometer/Accelerometer Yaw rate estimation: Gyroscope and Magnetometer Vertical velocity estimation: Accelerometer and barometer(altimeter)
To improve the Kalman filter algorithms for estimation of:
the variances and offsets of the sensors play a great part. Read up on how they affect the linear Kalman algorithm.
Either calculate the values or look in datasheet of the sensors.