5 #ifndef BENCH_VIS_CONFIG_H
6 #define BENCH_VIS_CONFIG_H
9 #include <config_server/parameter.h>
20 : CONFIG_PARAM_PATH(
"/bench_vis/")
21 , forceLogging(CONFIG_PARAM_PATH +
"forceLogging", false)
26 const std::string CONFIG_PARAM_PATH;
29 config_server::Parameter<bool> forceLogging;