Skip to content

Commit 4e52f8c

Browse files
authored
fix(pointcloud_preprocessor): fix launch file (#972)
Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Co-authored-by: Kaan Colak <kcolak@leodrive.ai>
1 parent e8f34ea commit 4e52f8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sensing/pointcloud_preprocessor/launch/preprocessor.launch.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
To subscribe multiple topics, write as:
55
"['/points_raw0', '/points_raw1', '/points_raw2', ...]"
66
This syntax is also available from command line -->
7-
<arg name="input_points_raw_list" default="['/points_raw']" desc="define as string_array"/>
7+
<arg name="input_points_raw_list" default="['/points_raw']" description="define as string_array"/>
88

9-
<arg name="output_points_raw" default="/points_raw/cropbox/filtered" desc=""/>
10-
<arg name="tf_output_frame" default="base_link" desc=""/>
9+
<arg name="output_points_raw" default="/points_raw/cropbox/filtered" description=""/>
10+
<arg name="tf_output_frame" default="base_link" description=""/>
1111

1212
<include file="$(find-pkg-share pointcloud_preprocessor)/launch/preprocessor.launch.py">
13-
<param name="input_points_raw_list" value="$(var input_points_raw_list)"/>
14-
<param name="output_points_raw" value="$(var output_points_raw)"/>
15-
<param name="tf_output_frame" value="$(var tf_output_frame)"/>
13+
<arg name="input_points_raw_list" value="$(var input_points_raw_list)"/>
14+
<arg name="output_points_raw" value="$(var output_points_raw)"/>
15+
<arg name="tf_output_frame" value="$(var tf_output_frame)"/>
1616
</include>
1717
</launch>

0 commit comments

Comments
 (0)