Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): move MOT, signage and voice to ha… (
Browse files Browse the repository at this point in the history
#633)

chore(diagnostic_graph_aggregator): move MOT, signage and voice to hardware

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored and saka1-s committed Jun 25, 2024
1 parent d9f71f5 commit 110ac58
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ nodes:
type: and
list:
- { type: link, link: /hardware/hdd/002-usage-error }
- { type: link, link: /hardware/mot/001-connection }
- { type: link, link: /hardware/signage/001-connection }
- { type: link, link: /hardware/voice/001-connection }

- path: /hardware/comfortable_stop
type: and
Expand Down Expand Up @@ -334,3 +337,19 @@ nodes:
diag: "voltage_monitor: CMOS Battery Status"
type: diag
timeout: 3.0

# We assume these diagnostics become only OK or STALE
- path: /hardware/mot/001-connection
diag: "mot: /system/mot_connection : mot heartbeat"
type: diag
timeout: 5.0

- path: /hardware/signage/001-connection
diag: "signage: /system/signage_connection : signage heartbeat"
type: diag
timeout: 5.0

- path: /hardware/voice/001-connection
diag: "vehicle_voice_alert_system: /system/voice_alert_system_connection : voirce alert system heartbeat"
type: diag
timeout: 5.0
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ 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 @@ -129,19 +126,3 @@ 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 110ac58

Please sign in to comment.