We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e02bab commit 0ac0d9cCopy full SHA for 0ac0d9c
perception/shape_estimation/launch/shape_estimation.launch.xml
@@ -4,9 +4,6 @@
4
<arg name="node_name" default="shape_estimation"/>
5
<!-- Parameter -->
6
<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"/>
10
11
<node pkg="shape_estimation" exec="shape_estimation" name="$(var node_name)" output="screen">
12
<remap from="input" to="$(var input/objects)"/>
0 commit comments