-
- Downloads
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)
Showing
- Tools/check_code_style_all.sh 1 addition, 0 deletionsTools/check_code_style_all.sh
- cmake/configs/posix_sitl_default.cmake 1 addition, 0 deletionscmake/configs/posix_sitl_default.cmake
- src/modules/logger/messages.h 6 additions, 2 deletionssrc/modules/logger/messages.h
- src/modules/replay/CMakeLists.txt 44 additions, 0 deletionssrc/modules/replay/CMakeLists.txt
- src/modules/replay/definitions.hpp 45 additions, 0 deletionssrc/modules/replay/definitions.hpp
- src/modules/replay/replay.hpp 152 additions, 0 deletionssrc/modules/replay/replay.hpp
- src/modules/replay/replay_main.cpp 861 additions, 0 deletionssrc/modules/replay/replay_main.cpp
Loading
Please register or sign in to comment