AP_NavEKF: added convenient plotting scripts

This commit is contained in:
Andrew Tridgell 2013-12-30 11:27:41 +11:00
parent fca1090694
commit 4298625daf
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
set style data lines
plot "plot.dat" using "ATT.Pitch", "" using "AHRS.Pitch", "" using "EKF.Pitch"

View File

@ -0,0 +1,2 @@
set style data lines
plot "plot.dat" using "ATT.Roll", "" using "AHRS.Roll", "" using "EKF.Roll"