Skip to content

Commit 2bd110c

Browse files
committed
fix: fixed standalone non-composed launcher
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent 61aea14 commit 2bd110c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perception/autoware_lidar_centerpoint/launch/lidar_centerpoint.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<group unless="$(var use_pointcloud_container)">
3232
<node pkg="autoware_lidar_centerpoint" exec="autoware_lidar_centerpoint_node" name="lidar_centerpoint" output="screen">
3333
<remap from="~/input/pointcloud" to="$(var input/pointcloud)"/>
34+
<remap from="~/input/pointcloud/cuda" to="$(var input/pointcloud)/cuda"/>
3435
<remap from="~/output/objects" to="$(var output/objects)"/>
3536
<param from="$(var model_param_path)" allow_substs="true"/>
3637
<param from="$(var ml_package_param_path)" allow_substs="true"/>

0 commit comments

Comments
 (0)