We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36859d9 commit 67ad54bCopy full SHA for 67ad54b
MAVProxy/tools/graphs/mavgraphs2.xml
@@ -709,4 +709,15 @@
709
<description></description>
710
<expression>VISP.PX VISP.PY VISP.PZ</expression>
711
</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&(1<<2)</expression>
721
722
723
</graphs>
0 commit comments