Skip to content

Commit

Permalink
add collision detector to system diagnostic
Browse files Browse the repository at this point in the history
Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Nov 7, 2024
1 parent 9df54ff commit c06b818
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ units:
type: and
list:
- { type: link, link: /autoware/system/service_log_checker }

edits:
- { type: remove, path: /autoware/control/collision_detector }
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ units:
- { type: link, link: /autoware/control/performance_monitoring/lane_departure }
- { type: link, link: /autoware/control/performance_monitoring/trajectory_deviation }
- { type: link, link: /autoware/control/performance_monitoring/control_state }
- { type: link, link: /autoware/control/collision_detector }

- path: /autoware/control/local
type: and
Expand Down Expand Up @@ -66,3 +67,8 @@ units:
type: diag
node: external_cmd_converter
name: remote_control_topic_status

- path: /autoware/control/collision_detector
type: diag
node: collision_detector
name: collision_detect

0 comments on commit c06b818

Please sign in to comment.