![]() |
0.5.0
|
Saved pre-update state and measurement. More...
Data Fields | |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | F |
| ๐
System model matrix (n x n) | |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | G |
| ๐ Noise input matrix (n x o) | |
| KeyedMatrixX< Scalar, MeasKeyType, StateKeyType > | H |
| ๐ Measurement sensitivity matrix (m x n) | |
| KeyedMatrixX< Scalar, StateKeyType, MeasKeyType > | K |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | P |
| ๐ Error covariance matrix (n x n) | |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | Phi |
| ๐ฝ State transition matrix (n x n) | |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | Q |
| ๐ System/Process noise covariance matrix (n x n) | |
| KeyedMatrixX< Scalar, MeasKeyType, MeasKeyType > | R |
| ๐ = ๐ธ{๐ฐโ๐ฐโแต} Measurement noise covariance matrix (m x m) | |
| KeyedMatrixX< Scalar, MeasKeyType, MeasKeyType > | S |
| ๐ฆ Measurement prediction covariance matrix (m x m) | |
| bool | saved |
| Flag whether the state was saved. | |
| KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | W |
| ๐ Noise scale matrix (o x o) | |
| KeyedVectorX< Scalar, StateKeyType > | x |
| xฬ State vector (n x 1) | |
| KeyedVectorX< Scalar, MeasKeyType > | z |
| ๐ณ Measurement vector (m x 1) | |
Saved pre-update state and measurement.
Definition at line 527 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::F |
๐ System model matrix (n x n)
Definition at line 541 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::G |
๐ Noise input matrix (n x o)
Definition at line 542 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, MeasKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::H |
๐ Measurement sensitivity matrix (m x n)
Definition at line 536 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::K |
๐ Kalman gain matrix (n x m)
Definition at line 539 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::P |
๐ Error covariance matrix (n x n)
Definition at line 532 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::Phi |
๐ฝ State transition matrix (n x n)
Definition at line 533 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::Q |
๐ System/Process noise covariance matrix (n x n)
Definition at line 534 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, MeasKeyType, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::R |
๐ = ๐ธ{๐ฐโ๐ฐโแต} Measurement noise covariance matrix (m x m)
Definition at line 537 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, MeasKeyType, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::S |
๐ฆ Measurement prediction covariance matrix (m x m)
Definition at line 538 of file KeyedKalmanFilter.hpp.
| bool NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::saved |
Flag whether the state was saved.
Definition at line 529 of file KeyedKalmanFilter.hpp.
| KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::W |
๐ Noise scale matrix (o x o)
Definition at line 543 of file KeyedKalmanFilter.hpp.
| KeyedVectorX<Scalar, StateKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::x |
xฬ State vector (n x 1)
Definition at line 531 of file KeyedKalmanFilter.hpp.
| KeyedVectorX<Scalar, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::z |
๐ณ Measurement vector (m x 1)
Definition at line 535 of file KeyedKalmanFilter.hpp.