Skip to content

Commit c502dbc

Browse files
authored
fix(perception_launch): remove unnecessary param (autowarefoundation#816)
* fix(perception_launch): remove unnecessary param Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: badai-nguyen <badai-nguyen@users.noreply.github.com>
1 parent 165782e commit c502dbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoware_launch/launch/components/tier4_perception_component.launch.xml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
<arg name="centerpoint_model_name" value="centerpoint_xx1"/>
2929
<arg name="centerpoint_model_path" value="/opt/autoware/mlmodels/$(var lidar_detection_model)"/>
3030
<arg name="traffic_light_recognition/fusion_only" value="$(var traffic_light_recognition/fusion_only)"/>
31-
<arg name="remove_unknown" value="false"/>
32-
<arg name="trust_distance" value="100.0"/>
3331

3432
<!-- object recognition -->
3533
<arg

0 commit comments

Comments
 (0)