Skip to content

Commit

Permalink
chore(shape_estimation): remove unnecessary param (#6157)
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda authored Jan 24, 2024
1 parent b5896a3 commit 007d156
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<arg name="node_name" default="shape_estimation"/>
<!-- Parameter -->
<arg name="config_file" default="$(find-pkg-share shape_estimation)/config/shape_estimation.param.yaml"/>
<arg name="use_vehicle_reference_yaw" default="false"/>
<arg name="use_vehicle_reference_shape_size" default="false"/>
<arg name="use_boost_bbox_optimizer" default="false"/>

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

0 comments on commit 007d156

Please sign in to comment.