diff --git a/libraries/AP_NavEKF2/AP_NavEKF2_core.h b/libraries/AP_NavEKF2/AP_NavEKF2_core.h index 1f62756821..6b2aa9cb68 100644 --- a/libraries/AP_NavEKF2/AP_NavEKF2_core.h +++ b/libraries/AP_NavEKF2/AP_NavEKF2_core.h @@ -775,7 +775,7 @@ private: uint32_t framesSincePredict; // number of frames lapsed since EKF instance did a state prediction bool startPredictEnabled; // boolean true when the frontend has given permission to start a new state prediciton cycele uint8_t localFilterTimeStep_ms; // average number of msec between filter updates - float posDownObsNoise; // observationn noise on the vertical position used by the state and covariance update step (m) + float posDownObsNoise; // observation noise variance on the vertical position used by the state and covariance update step (m^2) // variables used to calculate a vertical velocity that is kinematically consistent with the verical position float posDownDerivative; // Rate of chage of vertical position (dPosD/dt) in m/s. This is the first time derivative of PosD.