Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): add heartbeat of MOT, signage and…
Browse files Browse the repository at this point in the history
… vehicle voice to config (autowarefoundation#629)

* chore(diagnostic_graph_aggregator): add heartbeat of MOT and vehicle voice system to config

Signed-off-by: Tomohito Ando <[email protected]>

* add signage

Signed-off-by: Tomohito Ando <[email protected]>

* update timeout

Signed-off-by: Tomohito Ando <[email protected]>

---------

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Apr 16, 2024
1 parent 78d8372 commit 0e007f0
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ nodes:
type: and
list:
- { type: link, link: /others/011-daytime_monitor }
- { type: link, link: /others/012-mot_hearbeat }
- { type: link, link: /others/013-signage_heartbeat }
- { type: link, link: /others/014-vehicle_voice_heartbeat }

- path: /others/none
type: and
Expand Down Expand Up @@ -126,3 +129,19 @@ nodes:
diag: "daytime_monitor: daytime_status"
type: diag
timeout: 1.0

# We assume these diagnostics become only OK or STALE
- path: /others/012-mot_hearbeat
diag: "mot: /system/mot_connection : mot heartbeat"
type: diag
timeout: 5.0

- path: /others/013-signage_heartbeat
diag: "signage: /system/signage_connection : signage heartbeat"
type: diag
timeout: 5.0

- path: /others/014-vehicle_voice_heartbeat
diag: "vehicle_voice_alert_system: /system/voice_alert_system_connection : voirce alert system heartbeat"
type: diag
timeout: 5.0

0 comments on commit 0e007f0

Please sign in to comment.