Skip to content

Commit

Permalink
chore: remapped topics for the point type migration (#248)
Browse files Browse the repository at this point in the history
chore: remapped topics to match the temporary fix for the sensing point migration

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 authored Jul 9, 2024
1 parent 4fb8e66 commit 25cadb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ 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
("pandar_points", "pointcloud_raw_ex"),
("velodyne_points", "pointcloud_raw_ex"),
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
Expand Down

0 comments on commit 25cadb3

Please sign in to comment.