#include <EKF.h>
Public Member Functions | |
| EKF (BFL::Gaussian *prior) | |
| void | SystemUpdate (BFL::SystemModel< MatrixWrapper::ColumnVector > *const sysmodel, const MatrixWrapper::ColumnVector &u) |
| void | MeasurementUpdate (BFL::MeasurementModel< MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > *const measmodel, const MatrixWrapper::ColumnVector &z, const MatrixWrapper::ColumnVector &s) |
| EKF::EKF | ( | BFL::Gaussian * | prior | ) |
EKF WRAPPER
| void EKF::SystemUpdate | ( | BFL::SystemModel< MatrixWrapper::ColumnVector > *const | sysmodel, | |
| const MatrixWrapper::ColumnVector & | u | |||
| ) |
| void EKF::MeasurementUpdate | ( | BFL::MeasurementModel< MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > *const | measmodel, | |
| const MatrixWrapper::ColumnVector & | z, | |||
| const MatrixWrapper::ColumnVector & | s | |||
| ) |
1.5.6