From 936976be52d656af4f4e48909df4bced567b5b3c Mon Sep 17 00:00:00 2001 From: Taekjin LEE Date: Tue, 23 Jan 2024 15:52:44 +0900 Subject: [PATCH] refactor: lidar detector modules Signed-off-by: Taekjin LEE --- .../detection/detection.launch.xml | 48 ++++--- .../camera_lidar_detector.launch.xml} | 132 ++++++------------ .../lidar_dnn_detector.launch.xml} | 55 -------- .../detector/lidar_rule_detector.launch.xml | 55 ++++++++ .../lidar_radar_based_detection.launch.xml | 43 ------ 5 files changed, 124 insertions(+), 209 deletions(-) rename launch/tier4_perception_launch/launch/object_recognition/detection/{camera_lidar_fusion_based_detection.launch.xml => detector/camera_lidar_detector.launch.xml} (83%) rename launch/tier4_perception_launch/launch/object_recognition/detection/{lidar_based_detection.launch.xml => detector/lidar_dnn_detector.launch.xml} (51%) create mode 100644 launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_rule_detector.launch.xml delete mode 100644 launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml 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 8abe5ff054a2f..b6188c2af94c4 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 @@ -37,7 +37,7 @@ - + @@ -64,6 +64,11 @@ + + + + + @@ -107,7 +112,7 @@ - + @@ -134,6 +139,11 @@ + + + + + @@ -171,18 +181,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -200,15 +210,17 @@ - - + + + + + + - - diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml similarity index 83% rename from launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml rename to launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml index 836d2a66976d6..06d44bea3cdb1 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml @@ -1,25 +1,15 @@ - - - - - - + - - - - - @@ -60,6 +50,44 @@ --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -198,86 +226,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_dnn_detector.launch.xml similarity index 51% rename from launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml rename to launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_dnn_detector.launch.xml index ddfb14d55f04f..aef9ff12374e9 100644 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_dnn_detector.launch.xml @@ -1,14 +1,7 @@ - - - - - - - @@ -17,54 +10,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_rule_detector.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_rule_detector.launch.xml new file mode 100644 index 0000000000000..c2d7c24254a15 --- /dev/null +++ b/launch/tier4_perception_launch/launch/object_recognition/detection/detector/lidar_rule_detector.launch.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 deleted file mode 100644 index 49268531821a3..0000000000000 --- a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_radar_based_detection.launch.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -