xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
Kalman-Filter Implementation. More...
Go to the source code of this file.
Functions | |
void | kalmanInit (Kalman *data) |
Initialize a Kalman-State. More... | |
void | kalmanInnovate (Kalman *data, double z1, double z2) |
Step the Kalman Filter. More... | |
Kalman-Filter Implementation.
Definition in file kalman.c.