Skip to content

Commit

Permalink
graphs: add a graph for the fly-forward flag and ek3-vs-dcm wind esti…
Browse files Browse the repository at this point in the history
…mates
  • Loading branch information
peterbarker committed Oct 11, 2024
1 parent 36859d9 commit 67ad54b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MAVProxy/tools/graphs/mavgraphs2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,4 +709,15 @@
<description></description>
<expression>VISP.PX VISP.PY VISP.PZ</expression>
</graph>

<graph name='Wind/EKF3 vs DCM'>
<description>Compares EKF estimate vs DCM estimate</description>
<expression>XKF2[0].VWN DCM.VWN XKF2[0].VWE DCM.VWE sqrt(XKF2[0].VWN**2+XKF2[0].VWE**2) sqrt(DCM.VWN**2+DCM.VWE**2)</expression>
</graph>

<graph name='Plane/FlyForward'>
<description>If Replay is enabled, the flag fly-forward flag as set in the AHRS</description>
<expression>RFRN.Flags&amp;(1&lt;&lt;2)</expression>
</graph>

</graphs>

0 comments on commit 67ad54b

Please sign in to comment.