Skip to content

Commit 007d156

Browse files
authored
chore(shape_estimation): remove unnecessary param (#6157)
1 parent b5896a3 commit 007d156

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

perception/shape_estimation/launch/shape_estimation.launch.xml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<arg name="node_name" default="shape_estimation"/>
55
<!-- Parameter -->
66
<arg name="config_file" default="$(find-pkg-share shape_estimation)/config/shape_estimation.param.yaml"/>
7-
<arg name="use_vehicle_reference_yaw" default="false"/>
8-
<arg name="use_vehicle_reference_shape_size" default="false"/>
9-
<arg name="use_boost_bbox_optimizer" default="false"/>
107

118
<node pkg="shape_estimation" exec="shape_estimation" name="$(var node_name)" output="screen">
129
<remap from="input" to="$(var input/objects)"/>

0 commit comments

Comments
 (0)