inquiries about some matrices in the firmware

Firmware/software/electronics/mechanics
Post Reply
AHMAD SHARIFA
Beginner
Posts: 4
Joined: Tue Feb 27, 2018 11:59 am

inquiries about some matrices in the firmware

Post 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 ?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: inquiries about some matrices in the firmware

Post 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.
Post Reply