replay: add replay module, build for sitl_default, but do not load on startup

This adds a new module that does:
- read an parse an ULog file, given via ENV variable 'replay'
- apply all parameters from the log file
- read and apply user-defined override parameters from a file
- publish all messages in 'real-time' from the log file and add a constant
  offset to the timestamp to match the system time.
- apply changed parameters in the log (which are not overridden)
This commit is contained in:
Beat Küng
2016-06-10 12:43:07 +02:00
committed by Lorenz Meier
parent ffcefd9047
commit 28ad6066aa
7 changed files with 1110 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ find \
src/modules/muorb \
src/modules/param \
src/modules/px4iofirmware \
src/modules/replay \
src/modules/segway \
src/modules/sensors \
src/modules/simulator \