mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 01:50:34 +08:00
Work on kalman filter interface.
This commit is contained in:
@@ -5,16 +5,6 @@
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
template int kalman_correct<float, 6, 5>(
|
||||
const SquareMatrix<float, 6> & P,
|
||||
const Matrix<float, 5, 6> & C,
|
||||
const SquareMatrix<float, 5> & R,
|
||||
const Vector<float, 5> &r,
|
||||
Vector<float, 6> & dx,
|
||||
SquareMatrix<float, 6> & dP,
|
||||
float & beta
|
||||
);
|
||||
|
||||
int main()
|
||||
{
|
||||
const size_t n_x = 6;
|
||||
|
||||
Reference in New Issue
Block a user