Skip to content

Commit

Permalink
feat(system_error_monitor): add arg extra_agg_config_file_system to…
Browse files Browse the repository at this point in the history
… register user specific diag and delete tier4 specific diags (tier4#537)

* feat: add 'extra_agg_config_file_system'

* feat: delete tier4 specific diag
  • Loading branch information
h-ohta authored and boyali committed Sep 28, 2022
1 parent 0c054d3 commit ddde4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,6 @@
contains: [": emergency_stop_operation"]
timeout: 1.0

driving_recorder:
type: diagnostic_aggregator/AnalyzerGroup
path: driving_recorder
analyzers:
storage_error:
type: diagnostic_aggregator/GenericAnalyzer
path: storage_error
contains: ["bagkeeper"]
timeout: 3.0

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

resource_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: resource_monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<arg name="agg_config_file_system" default="$(find-pkg-share system_error_monitor)/config/diagnostic_aggregator/system.param.yaml" />
<arg name="agg_config_file_vehicle" default="$(find-pkg-share system_error_monitor)/config/diagnostic_aggregator/vehicle.param.yaml" />
<arg name="extra_agg_config_file_sensing" default="$(find-pkg-share system_error_monitor)/config/diagnostic_aggregator/_empty.param.yaml" />
<arg name="extra_agg_config_file_system" default="$(find-pkg-share system_error_monitor)/config/diagnostic_aggregator/_empty.param.yaml" />
<arg name="extra_agg_config_file_vehicle" default="$(find-pkg-share system_error_monitor)/config/diagnostic_aggregator/_empty.param.yaml" />

<group>
Expand All @@ -34,6 +35,7 @@
<param from="$(var agg_config_file_system)" />
<param from="$(var agg_config_file_vehicle)" />
<param from="$(var extra_agg_config_file_sensing)" />
<param from="$(var extra_agg_config_file_system)" />
<param from="$(var extra_agg_config_file_vehicle)" />
</node>
</group>
Expand Down

0 comments on commit ddde4b0

Please sign in to comment.