Replay: moved replay tool into Tools/Replay

This commit is contained in:
Andrew Tridgell 2014-03-01 14:30:55 +11:00
parent 295cd9adba
commit 853271dd37
9 changed files with 1 additions and 7 deletions

1
Tools/Replay/Makefile Normal file
View File

@ -0,0 +1 @@
include ../../mk/apm.mk

View File

@ -1 +0,0 @@
include ../../../../mk/apm.mk

View File

@ -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"

View File

@ -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"