Skip to content

Commit

Permalink
feat(tier4_perception_launch): enable to use multi camera on traffic …
Browse files Browse the repository at this point in the history
…light recognition (#1144)

change the way to declare camera num

Signed-off-by: MasatoSaeki <[email protected]>
  • Loading branch information
MasatoSaeki authored Sep 19, 2024
1 parent dba8a3e commit 705c589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<arg name="use_traffic_light_recognition" value="$(var use_traffic_light_recognition)"/>
<arg name="traffic_light_recognition/enable_fine_detection" value="$(var traffic_light_recognition/enable_fine_detection)"/>
<arg name="traffic_light_recognition/fusion_only" value="false"/>
<arg name="traffic_light_image_number" value="2"/>
<arg name="all_traffic_light_camera" value="[camera6, camera7]"/>

<!-- object recognition parameters -->
<arg
Expand Down

0 comments on commit 705c589

Please sign in to comment.