Skip to content

Commit 67ad54b

Browse files
committed
graphs: add a graph for the fly-forward flag and ek3-vs-dcm wind estimates
1 parent 36859d9 commit 67ad54b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: MAVProxy/tools/graphs/mavgraphs2.xml

+11
Original file line numberDiff line numberDiff line change
@@ -709,4 +709,15 @@
709709
<description></description>
710710
<expression>VISP.PX VISP.PY VISP.PZ</expression>
711711
</graph>
712+
713+
<graph name='Wind/EKF3 vs DCM'>
714+
<description>Compares EKF estimate vs DCM estimate</description>
715+
<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>
716+
</graph>
717+
718+
<graph name='Plane/FlyForward'>
719+
<description>If Replay is enabled, the flag fly-forward flag as set in the AHRS</description>
720+
<expression>RFRN.Flags&amp;(1&lt;&lt;2)</expression>
721+
</graph>
722+
712723
</graphs>

0 commit comments

Comments
 (0)