felixge / godrone

GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
http://www.godrone.io/
Other
204 stars 22 forks source link

Kalman Filter #7

Open felixge opened 10 years ago

felixge commented 10 years ago

The current complementary filter for fusing the gyroscope / accelerometer data seems to work ok, but from everything I've heard, a Kalman filter would deliver much better results. It would be easy enough to just copy this code from somewhere on the web, but I'd like to take the time to properly understand the underlaying math.