From e1858b24527fbb3aa12025232f862418fa13b08c Mon Sep 17 00:00:00 2001 From: joey <11> Date: Tue, 12 Mar 2024 15:09:15 +0800 Subject: [PATCH] topic name changed in launch files of fast-llio --- .../launch/pointcloud_to_laserscan_launch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py b/src/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py index db55af7a..00d64e8e 100755 --- a/src/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py +++ b/src/pointcloud_to_laserscan/launch/pointcloud_to_laserscan_launch.py @@ -19,8 +19,8 @@ def generate_launch_description(): # ('scan', ['/scan'])], parameters=[{ # changed to body_foot. - # 'target_frame': 'livox_frame', - 'target_frame': 'camera_init', + 'target_frame': 'livox_frame', + # 'target_frame': 'camera_init', 'transform_tolerance': 0.01, 'min_height': -1.0, 'max_height': 0.1,