From 4badde5381528cc1e8dd53adf2608327792d88cc Mon Sep 17 00:00:00 2001 From: Yoshi Ri Date: Thu, 19 Dec 2024 08:34:08 +0900 Subject: [PATCH] feat(camera_lidar_fusion): enable to use camera 8,9,10 in image_projection_based_fusion nodes (#1697) * fix: x2 gen2 use image_raw instaed image_rect_color Signed-off-by: yoshiri * feat: enable 9 camera fusion in perception and detection launch Signed-off-by: yoshiri * feat: fix camera_lidar_detector launch Signed-off-by: yoshiri * feat: fix launch for 9 input Signed-off-by: yoshiri * feat: fix missed launcher Signed-off-by: yoshiri --------- Signed-off-by: yoshiri --- .../detection/detection.launch.xml | 12 ++++++- .../detector/camera_lidar_detector.launch.xml | 18 +++++++++-- .../merger/camera_lidar_merger.launch.xml | 3 ++ .../camera_lidar_radar_merger.launch.xml | 3 ++ .../launch/perception.launch.xml | 31 +++++++++++-------- .../launch/roi_cluster_fusion.launch.xml | 6 ++++ .../roi_detected_object_fusion.launch.xml | 6 ++++ .../launch/roi_pointcloud_fusion.launch.xml | 6 ++++ 8 files changed, 68 insertions(+), 17 deletions(-) diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml index 754d07c6d99bf..86233ba5f1f0e 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/detection.launch.xml @@ -27,7 +27,9 @@ - + + + @@ -53,6 +55,8 @@ + + @@ -103,6 +107,8 @@ + + @@ -134,6 +140,8 @@ + + @@ -171,6 +179,8 @@ + + diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml index fe0ba0e614e60..e9cb9d3d292a4 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml @@ -31,11 +31,14 @@ - + - - + + + + +