Browse Source

AP_NavEKF2: minor comment fix

zr-v5.1
Randy Mackay 5 years ago
parent
commit
90db3d6317
  1. 2
      libraries/AP_NavEKF2/AP_NavEKF2.h

2
libraries/AP_NavEKF2/AP_NavEKF2.h

@ -409,7 +409,7 @@ private: @@ -409,7 +409,7 @@ private:
AP_Int8 _flowDelay_ms; // effective average delay of optical flow measurements rel to IMU (msec)
AP_Int16 _rngInnovGate; // Percentage number of standard deviations applied to range finder innovation consistency check
AP_Float _maxFlowRate; // Maximum flow rate magnitude that will be accepted by the filter
AP_Int8 _altSource; // Primary alt source during optical flow navigation. 0 = use Baro, 1 = use range finder.
AP_Int8 _altSource; // Primary alt source during optical flow navigation. 0 = use Baro, 1 = use range finder, 2 = use GPS, 3 = use Range Beacon
AP_Float _gyroScaleProcessNoise;// gyro scale factor state process noise : 1/s
AP_Float _rngNoise; // Range finder noise : m
AP_Int8 _gpsCheck; // Bitmask controlling which preflight GPS checks are bypassed

Loading…
Cancel
Save