This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use extra_agg_config_file_system and register bagpacker (#242)
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
system_launch/config/diagnostic_aggregator/system.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters