Browse Source

AP_Notify: Clarify definition for gps_glitching flag

mission-4.1.18
priseborough 7 years ago committed by Randy Mackay
parent
commit
d600a96809
  1. 2
      libraries/AP_Notify/AP_Notify.h

2
libraries/AP_Notify/AP_Notify.h

@ -79,7 +79,7 @@ public: @@ -79,7 +79,7 @@ public:
uint32_t leak_detected : 1; // 1 if leak detected
float battery_voltage ; // battery voltage
uint32_t gps_fusion : 1; // 0 = GPS fix rejected by EKF, not usable for flight. 1 = GPS in use by EKF, usable for flight
uint32_t gps_glitching : 1; // 1 if gps is glitching
uint32_t gps_glitching : 1; // 1 if GPS glitching is affecting navigation accuracy
uint32_t have_pos_abs : 1; // 0 = no absolute position available, 1 = absolute position available
// additional flags

Loading…
Cancel
Save