PX4 Firmware
PX4 Autopilot Software http://px4.io
filter.hpp File Reference
#include "math.hpp"
Include dependency graph for filter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 matrix
 

Functions

template<typename Type , size_t M, size_t N>
int matrix::kalman_correct (const Matrix< Type, M, M > &P, const Matrix< Type, N, M > &C, const Matrix< Type, N, N > &R, const Matrix< Type, N, 1 > &r, Matrix< Type, M, 1 > &dx, Matrix< Type, M, M > &dP, Type &beta)