From 42caf95b4501cdcf456415e07a5107d6d82985a1 Mon Sep 17 00:00:00 2001 From: yoshiri Date: Thu, 25 Apr 2024 13:48:33 +0900 Subject: [PATCH 1/5] feat: downsample perception input pointcloud Signed-off-by: yoshiri --- .../launch/perception.launch.xml | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/launch/tier4_perception_launch/launch/perception.launch.xml b/launch/tier4_perception_launch/launch/perception.launch.xml index 822376b365fa8..b90fd828ea9b0 100644 --- a/launch/tier4_perception_launch/launch/perception.launch.xml +++ b/launch/tier4_perception_launch/launch/perception.launch.xml @@ -120,6 +120,23 @@ description="if use_radar_tracking_fusion:=true, radar information is merged in tracking launch. Otherwise, radar information is merged in detection launch." /> + + + + + + + + + + + + + + + + + @@ -132,7 +149,7 @@ - + @@ -141,7 +158,7 @@ - + @@ -161,7 +178,7 @@ - + From c77bb73d7638cf5f7a454dc8c50a201b4b30786c Mon Sep 17 00:00:00 2001 From: yoshiri Date: Fri, 26 Apr 2024 12:22:46 +0900 Subject: [PATCH 2/5] fix: add group if to switch downsample node Signed-off-by: yoshiri --- .../launch/perception.launch.xml | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/launch/tier4_perception_launch/launch/perception.launch.xml b/launch/tier4_perception_launch/launch/perception.launch.xml index b90fd828ea9b0..9cf43ca2d4f8e 100644 --- a/launch/tier4_perception_launch/launch/perception.launch.xml +++ b/launch/tier4_perception_launch/launch/perception.launch.xml @@ -126,16 +126,18 @@ - - - - - - - - - - + + + + + + + + + + + + From ca654d281c82dc3345058fa8cda909772172ba00 Mon Sep 17 00:00:00 2001 From: yoshiri Date: Fri, 26 Apr 2024 20:13:27 +0900 Subject: [PATCH 3/5] fix: add test and exec depend Signed-off-by: yoshiri --- perception/probabilistic_occupancy_grid_map/package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perception/probabilistic_occupancy_grid_map/package.xml b/perception/probabilistic_occupancy_grid_map/package.xml index a90ae78b03597..3efed07535504 100644 --- a/perception/probabilistic_occupancy_grid_map/package.xml +++ b/perception/probabilistic_occupancy_grid_map/package.xml @@ -34,6 +34,7 @@ tier4_autoware_utils visualization_msgs + pointcloud_preprocessor pointcloud_to_laserscan ament_cmake_gtest @@ -44,6 +45,7 @@ launch_testing launch_testing_ament_cmake launch_testing_ros + pointcloud_preprocessor ament_cmake From 961407cc9b5e6db7cbb6a9400a685b4a33b9106d Mon Sep 17 00:00:00 2001 From: Yoshi Ri Date: Sat, 27 Apr 2024 17:37:32 +0900 Subject: [PATCH 4/5] Update launch/tier4_perception_launch/launch/perception.launch.xml Co-authored-by: Yukihiro Saito --- launch/tier4_perception_launch/launch/perception.launch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/tier4_perception_launch/launch/perception.launch.xml b/launch/tier4_perception_launch/launch/perception.launch.xml index 9cf43ca2d4f8e..39b1cdb1c2645 100644 --- a/launch/tier4_perception_launch/launch/perception.launch.xml +++ b/launch/tier4_perception_launch/launch/perception.launch.xml @@ -123,7 +123,7 @@ - + From d07ee84cc47bc9c1419a531c94015d80789e0f07 Mon Sep 17 00:00:00 2001 From: yoshiri Date: Mon, 13 May 2024 16:44:04 +0900 Subject: [PATCH 5/5] chore: refactor perception.launch.xml Signed-off-by: yoshiri --- .../launch/perception.launch.xml | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/launch/tier4_perception_launch/launch/perception.launch.xml b/launch/tier4_perception_launch/launch/perception.launch.xml index ac8da0f5cc78a..d020bfe0d6786 100644 --- a/launch/tier4_perception_launch/launch/perception.launch.xml +++ b/launch/tier4_perception_launch/launch/perception.launch.xml @@ -122,27 +122,31 @@ /> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +