diff --git a/system_launch/config/diagnostic_aggregator/system.param.yaml b/system_launch/config/diagnostic_aggregator/system.param.yaml new file mode 100644 index 000000000..27cbe3fed --- /dev/null +++ b/system_launch/config/diagnostic_aggregator/system.param.yaml @@ -0,0 +1,15 @@ +/**: + ros__parameters: + system: + type: diagnostic_aggregator/AnalyzerGroup + path: system + analyzers: + debug_data_logger: + type: diagnostic_aggregator/AnalyzerGroup + path: debug_data_logger + analyzers: + storage_error: + type: diagnostic_aggregator/GenericAnalyzer + path: storage_error + contains: ["bagpacker"] + timeout: 3.0 diff --git a/system_launch/launch/system.launch.xml b/system_launch/launch/system.launch.xml index 1292853c7..f1986499c 100644 --- a/system_launch/launch/system.launch.xml +++ b/system_launch/launch/system.launch.xml @@ -35,6 +35,7 @@ +