From b181ae1efb3d3a72c3af237be998a6674bcc3b81 Mon Sep 17 00:00:00 2001 From: Go Sakayori Date: Thu, 7 Nov 2024 12:07:59 +0900 Subject: [PATCH 1/2] enable collision_detector Signed-off-by: Go Sakayori --- .../config/system/system_diagnostic_monitor/control.yaml | 6 ++++++ .../launch/components/tier4_control_component.launch.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoware_launch/config/system/system_diagnostic_monitor/control.yaml b/autoware_launch/config/system/system_diagnostic_monitor/control.yaml index 5551ed4575..32877af749 100644 --- a/autoware_launch/config/system/system_diagnostic_monitor/control.yaml +++ b/autoware_launch/config/system/system_diagnostic_monitor/control.yaml @@ -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 @@ -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 diff --git a/autoware_launch/launch/components/tier4_control_component.launch.xml b/autoware_launch/launch/components/tier4_control_component.launch.xml index 64061ce176..095d0a2c60 100644 --- a/autoware_launch/launch/components/tier4_control_component.launch.xml +++ b/autoware_launch/launch/components/tier4_control_component.launch.xml @@ -6,7 +6,7 @@ - + From d890e00678cee4d4f908e4689b087e26ceefebdc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:39:35 +0000 Subject: [PATCH 2/2] style(pre-commit): autofix --- .../config/system/system_diagnostic_monitor/control.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoware_launch/config/system/system_diagnostic_monitor/control.yaml b/autoware_launch/config/system/system_diagnostic_monitor/control.yaml index 32877af749..6a04ed6714 100644 --- a/autoware_launch/config/system/system_diagnostic_monitor/control.yaml +++ b/autoware_launch/config/system/system_diagnostic_monitor/control.yaml @@ -9,7 +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} + - { type: link, link: /autoware/control/collision_detector } - path: /autoware/control/local type: and