Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions clearpath_diagnostics/config/diagnostic_aggregator.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Note that this file is the default configuration but some elements are appended or overridden
# in clearpath_generator_common
diagnostic_aggregator:
ros__parameters:
path: Clearpath Diagnostics
Expand Down Expand Up @@ -41,19 +43,10 @@ diagnostic_aggregator:
odometry:
type: diagnostic_aggregator/GenericAnalyzer
path: Odometry
expected: [
'ekf_node: Filter diagnostic updater',
'ekf_node: odometry/filtered topic status',
]
contains: [ 'odometry', 'ekf_node' ]
cooling:
type: diagnostic_aggregator/GenericAnalyzer
path: Cooling
contains: [ 'Fan', 'Thermal' ]
networking:
type: diagnostic_aggregator/GenericAnalyzer
path: Networking
expected: [ 'wireless_watcher: Wi-Fi Monitor' ]
contains: [ 'Wi-Fi' ]
# sensors:
# type: diagnostic_aggregator/AnalyzerGroup
Expand Down
Loading