Skip to content

Commit dbf3c7b

Browse files
style(pre-commit): autofix
1 parent 5c84336 commit dbf3c7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

autoware_launch/launch/components/tier4_perception_component.launch.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
2424
<arg name="lidar_detection_model" default="centerpoint" description="If the model name is not declared, the default model in perception.launch.xml will be used"/>
2525
<arg name="all_traffic_light_camera" default="[camera6, camera7]" description="choose camera which use for traffic light recognition"/>
26-
<arg
27-
name="traffic_light_recognition/ml_detection_model_type"
28-
default="fine_detection_model"
29-
description="select ml model for TL detection: fine_detection_model or whole_image_detection_model"
30-
/>
26+
<arg name="traffic_light_recognition/ml_detection_model_type" default="fine_detection_model" description="select ml model for TL detection: fine_detection_model or whole_image_detection_model"/>
3127

3228
<include file="$(find-pkg-share tier4_perception_launch)/launch/perception.launch.xml">
3329
<!-- Options to Switch Launch Function/Module -->

0 commit comments

Comments
 (0)