From 9b272b9b0c6f9c6076260982e9b3840357e00e67 Mon Sep 17 00:00:00 2001 From: kminoda Date: Wed, 24 Jan 2024 17:50:11 +0900 Subject: [PATCH 1/4] chore(object_velocity_splitter): add param file Signed-off-by: kminoda --- perception/object_velocity_splitter/CMakeLists.txt | 1 + .../config/object_velocity_splitter.param.yaml | 3 +++ .../launch/object_velocity_splitter.launch.xml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 perception/object_velocity_splitter/config/object_velocity_splitter.param.yaml diff --git a/perception/object_velocity_splitter/CMakeLists.txt b/perception/object_velocity_splitter/CMakeLists.txt index bcc56f522f0a8..0bf6de39f8f3c 100644 --- a/perception/object_velocity_splitter/CMakeLists.txt +++ b/perception/object_velocity_splitter/CMakeLists.txt @@ -37,4 +37,5 @@ endif() ament_auto_package( INSTALL_TO_SHARE launch + config ) diff --git a/perception/object_velocity_splitter/config/object_velocity_splitter.param.yaml b/perception/object_velocity_splitter/config/object_velocity_splitter.param.yaml new file mode 100644 index 0000000000000..adac831aa402c --- /dev/null +++ b/perception/object_velocity_splitter/config/object_velocity_splitter.param.yaml @@ -0,0 +1,3 @@ +/**: + ros__parameters: + velocity_threshold: 3.0 diff --git a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml index 42d7f3d61f386..4add88c873476 100644 --- a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml +++ b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml @@ -5,13 +5,13 @@ - + - + From 70113a2086b12e179c5cfd14334e6fcbd92168e3 Mon Sep 17 00:00:00 2001 From: kminoda Date: Wed, 24 Jan 2024 17:58:11 +0900 Subject: [PATCH 2/4] fix Signed-off-by: kminoda --- .../launch/object_velocity_splitter.launch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml index 4add88c873476..7c9653428292b 100644 --- a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml +++ b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml @@ -12,6 +12,6 @@ - + From 52db9888f28cbecb7c28fc2a0a9da5707542afee Mon Sep 17 00:00:00 2001 From: kminoda Date: Thu, 25 Jan 2024 10:20:02 +0900 Subject: [PATCH 3/4] fix arg name Signed-off-by: kminoda --- .../launch/object_velocity_splitter.launch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml index 7c9653428292b..8ab654d4907a4 100644 --- a/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml +++ b/perception/object_velocity_splitter/launch/object_velocity_splitter.launch.xml @@ -5,13 +5,13 @@ - + - + From 6ae63161bea2cf071da9ae72d6284a53e915e716 Mon Sep 17 00:00:00 2001 From: kminoda Date: Thu, 25 Jan 2024 10:34:31 +0900 Subject: [PATCH 4/4] fix: update launch param handling Signed-off-by: kminoda --- .../camera_lidar_radar_fusion_based_detection.launch.xml | 2 +- .../detection/lidar_radar_based_detection.launch.xml | 2 +- .../detection/radar_based_detection.launch.xml | 4 ++-- launch/tier4_perception_launch/launch/perception.launch.xml | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml index ba86bc1e334ff..a035e1499e123 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml @@ -77,8 +77,8 @@ - + diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml index adedc2312677f..b6e0358172d7e 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml @@ -36,8 +36,8 @@ - + diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/radar_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/radar_based_detection.launch.xml index 26e7af07646cd..d317cd5590984 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/radar_based_detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/radar_based_detection.launch.xml @@ -4,7 +4,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/launch/tier4_perception_launch/launch/perception.launch.xml b/launch/tier4_perception_launch/launch/perception.launch.xml index 528038c5158b2..3bd3aff10a4e4 100644 --- a/launch/tier4_perception_launch/launch/perception.launch.xml +++ b/launch/tier4_perception_launch/launch/perception.launch.xml @@ -16,6 +16,8 @@ + +