From 7e61cca9781911f9c3e4dcb043642cb8e7fdbfca Mon Sep 17 00:00:00 2001 From: Tomoya Kimura Date: Wed, 15 Mar 2023 11:20:44 +0900 Subject: [PATCH] feat: set max range of rear_lidar in xx1 (#110) * feat: set max range of rear_lidar in xx1 Signed-off-by: tomoya.kimura * feat: add concatenated target to rear lidar Signed-off-by: tomoya.kimura * feat: do not use left/right lidar Signed-off-by: tomoya.kimura --------- Signed-off-by: tomoya.kimura --- aip_xx1_launch/launch/lidar.launch.xml | 2 +- aip_xx1_launch/launch/pointcloud_preprocessor.launch.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aip_xx1_launch/launch/lidar.launch.xml b/aip_xx1_launch/launch/lidar.launch.xml index 3cca24c4..f209d743 100644 --- a/aip_xx1_launch/launch/lidar.launch.xml +++ b/aip_xx1_launch/launch/lidar.launch.xml @@ -52,7 +52,7 @@ - + diff --git a/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py b/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py index 3e8ee1fe..2fbe717c 100644 --- a/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py +++ b/aip_xx1_launch/launch/pointcloud_preprocessor.launch.py @@ -36,8 +36,9 @@ def launch_setup(context, *args, **kwargs): { "input_topics": [ "/sensing/lidar/top/outlier_filtered/pointcloud", - "/sensing/lidar/left/outlier_filtered/pointcloud", - "/sensing/lidar/right/outlier_filtered/pointcloud", + # "/sensing/lidar/left/outlier_filtered/pointcloud", + # "/sensing/lidar/right/outlier_filtered/pointcloud", + "/sensing/lidar/rear/outlier_filtered/pointcloud", ], "output_frame": LaunchConfiguration("base_frame"), }