TR-mbed 1.0
Loading...
Searching...
No Matches
tiny_ekf.h
Go to the documentation of this file.
1/*
2 * TinyEKF: Extended Kalman Filter for embedded processors.
3 *
4 * Copyright (C) 2015 Simon D. Levy
5 *
6 * MIT License
7 */
8
9
49void ekf_init(void * ekf, int n, int m);
50
58int ekf_step(void * ekf, double * z);
Matrix3f m
Definition AngleAxis_mimic_euler.cpp:1
int n
Definition BiCGSTAB_simple.cpp:1
void ekf_init(void *ekf, int n, int m)
Definition tiny_ekf.cpp:271
int ekf_step(void *ekf, double *z)
Definition tiny_ekf.cpp:292