0.2.0
Loading...
Searching...
No Matches
NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate Struct Reference

Saved pre-update state and measurement. More...

Public Attributes

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)
 

Detailed Description

template<typename Scalar, typename StateKeyType, typename MeasKeyType>
struct NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate

Saved pre-update state and measurement.

Member Data Documentation

◆ K

template<typename Scalar , typename StateKeyType , typename MeasKeyType >
KeyedMatrixX<Scalar, StateKeyType, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::K

๐Š Kalman gain matrix (n x m)


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