Skip to content

Commit

Permalink
chore: remapped topics for the point type migration (#94)
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 <kenzo.lobos@tier4.jp>
  • Loading branch information
knzo25 authored Jul 9, 2024
1 parent bbf6398 commit 59843a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")}],
)
Expand Down

0 comments on commit 59843a4

Please sign in to comment.