Skip to content

Commit

Permalink
ardupilotmega.xml: add EKF_GPS_GLITCHING status flag
Browse files Browse the repository at this point in the history
we're currently using this value as "1<<15" in the code; this will let us fix that
  • Loading branch information
peterbarker authored and tridge committed Sep 9, 2024
1 parent 25ded57 commit e4c71a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,9 @@
<entry value="512" name="EKF_PRED_POS_HORIZ_ABS">
<description>Set if EKF's predicted horizontal position (absolute) estimate is good.</description>
</entry>
<entry value="32768" name="EKF_GPS_GLITCHING">
<description>Set if EKF believes the GPS input data is faulty.</description>
</entry>
<entry value="1024" name="EKF_UNINITIALIZED">
<description>Set if EKF has never been healthy.</description>
</entry>
Expand Down

0 comments on commit e4c71a6

Please sign in to comment.