mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Replay: moved replay tool into Tools/Replay
This commit is contained in:
parent
295cd9adba
commit
853271dd37
1
Tools/Replay/Makefile
Normal file
1
Tools/Replay/Makefile
Normal file
@ -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
Block a user