Kalman Filter with keyed states.
More...
Go to the source code of this file.
|
template<typename StateKeyType, typename MeasKeyType> |
using | NAV::KeyedKalmanFilterD |
| Keyed Kalman Filter class with double as type.
|
|
|
template<typename Scalar, typename RowKeyType, typename ColKeyType, int Rows, int Cols> |
KeyedMatrix< Scalar, RowKeyType, ColKeyType, Rows, Cols > | NAV::transitionMatrix_Phi_exp (const KeyedMatrix< Scalar, RowKeyType, ColKeyType, Rows, Cols > &F, Scalar tau_s) |
| Calculates the state transition matrix 𝚽 using the exponential matrix.
|
|
template<typename Scalar, typename RowKeyType, typename ColKeyType, int Rows, int Cols> |
KeyedMatrix< Scalar, RowKeyType, ColKeyType, Rows, Cols > | NAV::transitionMatrix_Phi_Taylor (const KeyedMatrix< Scalar, RowKeyType, ColKeyType, Rows, Cols > &F, Scalar tau_s, size_t order) |
| Calculates the state transition matrix 𝚽 limited to specified order in 𝐅𝜏ₛ
|
|