hi, all:
about crazyflie_firmware estimatior_kalman.c code, how to understand it ?
need papter to refrenece.
about estimator_kalman.c
Re: about estimator_kalman.c
Hi - you can start with the wiki article about kalman filters and go from there.
https://en.wikipedia.org/wiki/Kalman_filter
https://en.wikipedia.org/wiki/Kalman_filter
Re: about estimator_kalman.c
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.
The first one should be enough to understand the kalman filter.