| PX4 Firmware
    PX4 Autopilot Software http://px4.io | 
This module reads messages from an ULog file and publishes them. More...
#include <drivers/drv_hrt.h>#include <px4_platform_common/defines.h>#include <px4_platform_common/posix.h>#include <px4_platform_common/tasks.h>#include <px4_platform_common/time.h>#include <px4_platform_common/shutdown.h>#include <lib/parameters/param.h>#include <cstring>#include <float.h>#include <fstream>#include <iostream>#include <math.h>#include <time.h>#include <sstream>#include <stdio.h>#include <stdlib.h>#include <string>#include <logger/messages.h>#include "Replay.hpp"#include "ReplayEkf2.hpp"Go to the source code of this file.
| Namespaces | |
| px4 | |
| Macros | |
| #define | PARAMS_OVERRIDE_FILE PX4_ROOTFSDIR "/replay_params.txt" | 
This module reads messages from an ULog file and publishes them.
It sets the parameters from the log file and handles user-defined parameter overrides.
Definition in file Replay.cpp.
| #define PARAMS_OVERRIDE_FILE PX4_ROOTFSDIR "/replay_params.txt" | 
Definition at line 67 of file Replay.cpp.
Referenced by px4::Replay::readDefinitionsAndApplyParams().