Page 1 of 1

inquiries about some matrices in the firmware

Posted: Wed May 02, 2018 7:08 pm
by AHMAD SHARIFA
Hello guys ,

I am trying to understand the Crazyflie firmware,can any body answer me what the following matrices represent in the firmware in kalman filter estimator.c

A[STATE_X][STATE_X], S[STATE_PX] , P[STATE_X][STATE_X], h[STATE_DIM]

please help me, I need definition of each one.
It seems to me like

dx=Ax+Bu
Y=cx+Du

is this assumption is correct ?

Re: inquiries about some matrices in the firmware

Posted: Thu May 03, 2018 7:09 am
by arnaud
Hi,
Have you had a look at the papers linked in the kalman filter? As far as I understand, this filter is an implementation from the referenced paper.