#include <constantposition.h>
Public Member Functions | |
| Model (void) | |
| TooN::Matrix< State::STATE_DIMENSION > & | getJacobian (const State &state, double dt) |
| Jacobian has pos, rot in this order. | |
| void | updateState (State &state, const double dt) |
| TooN::Matrix< State::STATE_DIMENSION > & | getNoiseCovariance (double dt) |
| void | updateFromMeasurement (State &state, const TooN::Vector< State::STATE_DIMENSION > &innovation) |
Public Attributes | |
| TooN::Vector< State::STATE_DIMENSION > | sigma |
| describes the process noise as independent for each dimension of the state | |
| TooN::Matrix< State::STATE_DIMENSION > | jacobian |
| the jacobian of the process modell, here the identity | |
| TooN::Matrix< State::STATE_DIMENSION > | noise |
| the actual process noise matrix returned from the associated funcion | |
|
|
|
|
||||||||||||
|
Jacobian has pos, rot in this order.
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
the jacobian of the process modell, here the identity
|
|
|
the actual process noise matrix returned from the associated funcion
|
|
|
describes the process noise as independent for each dimension of the state
|
1.3.9.1