From 59843a4362684e8eb8b8714f66a01d21337c9758 Mon Sep 17 00:00:00 2001 From: Kenzo Lobos Tsunekawa Date: Tue, 9 Jul 2024 22:18:40 +0900 Subject: [PATCH] chore: remapped topics for the point type migration (#94) chore: remapped topics to match the temporary fix for the sensing point migration Signed-off-by: Kenzo Lobos-Tsunekawa --- common_sensor_launch/launch/nebula_node_container.launch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index 629d3332..d24b1ff8 100644 --- a/common_sensor_launch/launch/nebula_node_container.launch.py +++ b/common_sensor_launch/launch/nebula_node_container.launch.py @@ -126,8 +126,9 @@ def create_parameter_dict(*args): }, ], remappings=[ - ("aw_points", "pointcloud_raw"), - ("aw_points_ex", "pointcloud_raw_ex"), + # cSpell:ignore knzo25 + # TODO(knzo25): fix the remapping once nebula gets updated + ("velodyne_points", "pointcloud_raw_ex"), ], extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}], )