Browse Source

Replay: moved replay tool into Tools/Replay

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
853271dd37
  1. 0
      Tools/Replay/LogReader.cpp
  2. 0
      Tools/Replay/LogReader.h
  3. 1
      Tools/Replay/Makefile
  4. 0
      Tools/Replay/Replay.pde
  5. 0
      Tools/Replay/plotit.sh
  6. 1
      libraries/AP_NavEKF/examples/AP_NavEKF/Makefile
  7. 0
      libraries/AP_NavEKF/examples/AP_NavEKF/nobuild.txt
  8. 3
      libraries/AP_NavEKF/examples/AP_NavEKF/pitch.gnu
  9. 3
      libraries/AP_NavEKF/examples/AP_NavEKF/roll.gnu

0
libraries/AP_NavEKF/examples/AP_NavEKF/LogReader.cpp → Tools/Replay/LogReader.cpp

0
libraries/AP_NavEKF/examples/AP_NavEKF/LogReader.h → Tools/Replay/LogReader.h

1
Tools/Replay/Makefile

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

0
libraries/AP_NavEKF/examples/AP_NavEKF/AP_NavEKF.pde → Tools/Replay/Replay.pde

0
libraries/AP_NavEKF/examples/AP_NavEKF/plotit.sh → Tools/Replay/plotit.sh

1
libraries/AP_NavEKF/examples/AP_NavEKF/Makefile

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

0
libraries/AP_NavEKF/examples/AP_NavEKF/nobuild.txt

3
libraries/AP_NavEKF/examples/AP_NavEKF/pitch.gnu

@ -1,3 +0,0 @@ @@ -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"

3
libraries/AP_NavEKF/examples/AP_NavEKF/roll.gnu

@ -1,3 +0,0 @@ @@ -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…
Cancel
Save