Expand description
ECEF indirect error-state system model and covariance prediction.
Structs§
- Error
State ImuKinematics - Body-frame IMU kinematics used to linearize the error-state model.
- Error
State Linearization - Linearized continuous and discrete error-state model for one predict step.
Functions§
- error_
state_ process_ noise_ discrete - Build the discrete process-noise covariance from an
ImuSpec. - error_
state_ system_ matrix_ ecef - Build the ECEF error-state system matrix.
- error_
state_ transition_ matrix - Discretize
FasI + F dt + 0.5 (F dt)^2. - linearize_
error_ state_ ecef - Build
F,Phi, andQ_dfor one error-state predict step. - predict_
error_ state_ covariance - Predict covariance as
P = Phi P Phi^T + Q_d.