TooN Algorithm Library - tag
0.2
|
#include <constantvelocity.h>
Public Member Functions | |
Model (void) | |
const TooN::Matrix < State::STATE_DIMENSION > & | getJacobian (const State &, const double dt) |
void | updateState (State &state, const double dt) |
const TooN::Matrix < State::STATE_DIMENSION > & | getNoiseCovariance (const double dt) |
void | updateFromMeasurement (State &state, const TooN::Vector< State::STATE_DIMENSION > &innovation) |
Public Attributes | |
TooN::Vector < State::STATE_DIMENSION > | sigma |
TooN::Matrix < State::STATE_DIMENSION > | jacobian |
TooN::Matrix < State::STATE_DIMENSION > | noise |
double | damp |
The Model class implementing a constant velocity model. It also contains a damping factor that will attenuate the velocities at a rate of damp/s .
|
inline |
References jacobian.
|
inline |
|
inline |
|
inline |
double tag::ConstantVelocity::Model::damp |
Referenced by Model(), and updateState().
TooN::Matrix<State::STATE_DIMENSION> tag::ConstantVelocity::Model::jacobian |
Referenced by getJacobian(), and Model().
TooN::Matrix<State::STATE_DIMENSION> tag::ConstantVelocity::Model::noise |
Referenced by getNoiseCovariance(), and Model().
TooN::Vector<State::STATE_DIMENSION> tag::ConstantVelocity::Model::sigma |
Referenced by getNoiseCovariance(), and Model().