Browse Source

AP_NavEKF: Clarify definition for gps_glitching flag

master
priseborough 7 years ago committed by Randy Mackay
parent
commit
6a91b294b4
  1. 2
      libraries/AP_NavEKF/AP_Nav_Common.h

2
libraries/AP_NavEKF/AP_Nav_Common.h

@ -32,7 +32,7 @@ union nav_filter_status { @@ -32,7 +32,7 @@ union nav_filter_status {
uint16_t takeoff : 1; // 11 - true if filter is compensating for baro errors during takeoff
uint16_t touchdown : 1; // 12 - true if filter is compensating for baro errors during touchdown
uint16_t using_gps : 1; // 13 - true if we are using GPS position
uint16_t gps_glitching : 1; // 14 - true if the the GPS is glitching
uint16_t gps_glitching : 1; // 14 - true if GPS glitching is affecting navigation accuracy
} flags;
uint16_t value;
};

Loading…
Cancel
Save