Browse Source

AP_NavEKF2: fix comment

master
Paul Riseborough 9 years ago committed by Andrew Tridgell
parent
commit
7201f7d2fd
  1. 2
      libraries/AP_NavEKF2/AP_NavEKF2_core.h

2
libraries/AP_NavEKF2/AP_NavEKF2_core.h

@ -775,7 +775,7 @@ private: @@ -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.

Loading…
Cancel
Save