about estimator_kalman.c

Firmware/software/electronics/mechanics
Post Reply
justinleeyang
Expert
Posts: 186
Joined: Mon Dec 28, 2015 5:07 am

about estimator_kalman.c

Post by justinleeyang »

hi, all:

about crazyflie_firmware estimatior_kalman.c code, how to understand it ?

need papter to refrenece.
kekeller
Beginner
Posts: 27
Joined: Wed Oct 05, 2016 3:44 pm

Re: about estimator_kalman.c

Post by kekeller »

Hi - you can start with the wiki article about kalman filters and go from there.

https://en.wikipedia.org/wiki/Kalman_filter
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: about estimator_kalman.c

Post by arnaud »

There is citation at the beginning of the file to relevant papers: https://github.com/bitcraze/crazyflie-f ... .c#L34-L49

The first one should be enough to understand the kalman filter.
Post Reply