Skip to content

Commit 9aa8957

Browse files
chore(system_diagnostic_monitor): remove gpu didag from mrm (autowarefoundation#845)
remove gpu didag from mrm
1 parent d6bf8a0 commit 9aa8957

File tree

1 file changed

+6
-5
lines changed
  • autoware_launch/config/system/system_diagnostic_monitor

1 file changed

+6
-5
lines changed

autoware_launch/config/system/system_diagnostic_monitor/hardware.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ units:
3333
- { type: link, link: /hardware/memory/002-ecc-error }
3434
- { type: link, link: /hardware/network/003-crc-error }
3535
- { type: link, link: /hardware/network/004-packet_reassembles-error }
36-
- { type: link, link: /hardware/gpu/001-temperature-error }
37-
- { type: link, link: /hardware/gpu/002-usage-error }
38-
- { type: link, link: /hardware/gpu/003-memory-error }
39-
- { type: link, link: /hardware/gpu/004-throttling-error }
40-
- { type: link, link: /hardware/gpu/005-frequency-error }
36+
# Temporary comment out until gpu diag is restored
37+
# - { type: link, link: /hardware/gpu/001-temperature-error }
38+
# - { type: link, link: /hardware/gpu/002-usage-error }
39+
# - { type: link, link: /hardware/gpu/003-memory-error }
40+
# - { type: link, link: /hardware/gpu/004-throttling-error }
41+
# - { type: link, link: /hardware/gpu/005-frequency-error }
4142

4243
- path: /hardware/pull_over
4344
type: and

0 commit comments

Comments
 (0)