KalmanFilter C code error
Posted on December 30, 2016 at 12:04 I am using stm32f discovery board. I am trying to fuse Acceleromoter and gyroscope using KF. And here is a code i included that suppose to do this. #ifndef _Kalman_h #define _Kalman_h struct Kalman { /* Ka...