mirror of https://github.com/ArduPilot/ardupilot
Replay: moved replay tool into Tools/Replay
This commit is contained in:
parent
295cd9adba
commit
853271dd37
|
@ -0,0 +1 @@
|
|||
include ../../mk/apm.mk
|
|
@ -1 +0,0 @@
|
|||
include ../../../../mk/apm.mk
|
|
@ -1,3 +0,0 @@
|
|||
set style data lines
|
||||
plot "plot.dat" using "SIM.Pitch", "" using "DCM.Pitch", "" using "EKF.Pitch"
|
||||
pause -1 "hit return to exit"
|
|
@ -1,3 +0,0 @@
|
|||
set style data lines
|
||||
plot 'plot.dat' using "SIM.Roll", "" using "DCM.Roll", "" using "EKF.Roll"
|
||||
pause -1 "hit return to exit"
|
Loading…
Reference in New Issue