snark
Public Member Functions | List of all members
kalman_filter< State, Model > Class Template Reference

generic kalman filter More...

#include <kalman_filter.h>

Public Member Functions

 kalman_filter (const State &initialstate, Model &model)
void predict (double deltaT)
const State & state () const
 get state
template<class Measurement >
void update (const Measurement &m)

Detailed Description

template<class State, class Model>
class snark::kalman_filter< State, Model >

generic kalman filter

Constructor & Destructor Documentation

kalman_filter ( const State &  initialstate,
Model &  model 
)
inline

constructor

Parameters
statecontainer for state and covariance
modelmotion model

Member Function Documentation

void predict ( double  deltaT)
inline

predict step

Parameters
deltaTtime in seconds since last prediction
void update ( const Measurement &  m)
inline

update step

Parameters
mmeasurement model with jacobian and covariance

The documentation for this class was generated from the following file: