|
mc_rtc
2.14.0
|
#include <mc_control/Ticker.h>
Public Attributes | |
| std::string | log = "" |
| bool | with_inputs = true |
| bool | with_gui_inputs = true |
| std::string | with_datastore_config = "" |
| bool | with_outputs = false |
| bool | stop_after_log = true |
| bool | exit_after_log = false |
Replay configuration
| bool mc_control::Ticker::Configuration::Replay::exit_after_log = false |
If true, exit when the log is finished, otherwise continue to run afterwards
| std::string mc_control::Ticker::Configuration::Replay::log = "" |
Replay log used by this instance
| bool mc_control::Ticker::Configuration::Replay::stop_after_log = true |
If true, stops when the log is finished, otherwise continue to run afterwards
| std::string mc_control::Ticker::Configuration::Replay::with_datastore_config = "" |
A file describing the mapping of log inputs to datastore inputs, it is expected to be a YAML file describing the name to name correspondance
| bool mc_control::Ticker::Configuration::Replay::with_gui_inputs = true |
If true, replay GUI inputs from the log to the controller
| bool mc_control::Ticker::Configuration::Replay::with_inputs = true |
If true, replay sensor inputs from the log to the controller
| bool mc_control::Ticker::Configuration::Replay::with_outputs = false |
If true, replay the outputs from the log to the controller