mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_NavEKF: added convenient plotting scripts
This commit is contained in:
parent
fca1090694
commit
4298625daf
2
libraries/AP_NavEKF/examples/AP_NavEKF/pitch.gnu
Normal file
2
libraries/AP_NavEKF/examples/AP_NavEKF/pitch.gnu
Normal file
@ -0,0 +1,2 @@
|
||||
set style data lines
|
||||
plot "plot.dat" using "ATT.Pitch", "" using "AHRS.Pitch", "" using "EKF.Pitch"
|
2
libraries/AP_NavEKF/examples/AP_NavEKF/roll.gnu
Normal file
2
libraries/AP_NavEKF/examples/AP_NavEKF/roll.gnu
Normal file
@ -0,0 +1,2 @@
|
||||
set style data lines
|
||||
plot "plot.dat" using "ATT.Roll", "" using "AHRS.Roll", "" using "EKF.Roll"
|
Loading…
Reference in New Issue
Block a user