Jafar
|
This class implements an Extended Kalman filter for Implicit observation function. More...
This class implements an Extended Kalman filter for Implicit observation function.
Definition at line 290 of file kalmanFilter.hpp.
#include <kalmanFilter.hpp>
Public Member Functions | |
ExtendedKalmanFilterImplicit (std::size_t n_) | |
void | update (JacobianImplicitObserveModel &m_, const jblas::vec &z_) |
This function computes the observation step. |
void jafar::filter::ExtendedKalmanFilterImplicit::update | ( | JacobianImplicitObserveModel & | m_, |
const jblas::vec & | z_ | ||
) |
This function computes the observation step.
In the case where the observation noise is not cross-correlated there is no need to inverse a matrix.
m_ | observation model |
z_ | observation |
Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |