Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
jafar::filter::ExtendedKalmanFilterImplicit Class Reference

This class implements an Extended Kalman filter for Implicit observation function. More...


Detailed Description

This class implements an Extended Kalman filter for Implicit observation function.

Note:
for predict : you can use either the predict function of KalmanFilter (grandfather class) or that of ExtendedKalmanFilter (father class) depending on the model of predict (dynamic model)

Definition at line 290 of file kalmanFilter.hpp.

#include <kalmanFilter.hpp>

Inheritance diagram for jafar::filter::ExtendedKalmanFilterImplicit:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ExtendedKalmanFilterImplicit (std::size_t n_)
void update (JacobianImplicitObserveModel &m_, const jblas::vec &z_)
 This function computes the observation step.

Member Function Documentation

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.

Parameters:
m_observation model
z_observation

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1
LAAS-CNRS