Skip to content

Commit 5a23c79

Browse files
authored
Remove expected diagnostics that sometimes are not present (#211)
* Remove expected diagnostics that sometimes are not present
1 parent 9685971 commit 5a23c79

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

clearpath_diagnostics/config/diagnostic_aggregator.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Note that this file is the default configuration but some elements are appended or overridden
2+
# in clearpath_generator_common
13
diagnostic_aggregator:
24
ros__parameters:
35
path: Clearpath Diagnostics
@@ -41,19 +43,10 @@ diagnostic_aggregator:
4143
odometry:
4244
type: diagnostic_aggregator/GenericAnalyzer
4345
path: Odometry
44-
expected: [
45-
'ekf_node: Filter diagnostic updater',
46-
'ekf_node: odometry/filtered topic status',
47-
]
4846
contains: [ 'odometry', 'ekf_node' ]
49-
cooling:
50-
type: diagnostic_aggregator/GenericAnalyzer
51-
path: Cooling
52-
contains: [ 'Fan', 'Thermal' ]
5347
networking:
5448
type: diagnostic_aggregator/GenericAnalyzer
5549
path: Networking
56-
expected: [ 'wireless_watcher: Wi-Fi Monitor' ]
5750
contains: [ 'Wi-Fi' ]
5851
# sensors:
5952
# type: diagnostic_aggregator/AnalyzerGroup

0 commit comments

Comments
 (0)