Skip to content

Commit

Permalink
feat(perception_launch): add enable_fine_detection option (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
  • Loading branch information
shmpwk committed Sep 30, 2022
1 parent 9edf656 commit d66f77f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion perception_launch/launch/perception.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
/>
<arg name="use_pointcloud_container" default="false" description="launch pointcloud container"/>
<arg name="pointcloud_container_name" default="pointcloud_container"/>
<!-- Traffic Light Recognition Parameters -->
<arg name="traffic_light_recognition/enable_fine_detection" default="true"/>

<!-- perception module -->
<group>
Expand Down Expand Up @@ -120,7 +122,9 @@
<!-- traffic light module -->
<group>
<push-ros-namespace namespace="traffic_light_recognition"/>
<include file="$(find-pkg-share perception_launch)/launch/traffic_light_recognition/traffic_light.launch.xml"/>
<include file="$(find-pkg-share perception_launch)/launch/traffic_light_recognition/traffic_light.launch.xml">
<arg name="enable_fine_detection" value="$(var traffic_light_recognition/enable_fine_detection)"/>
</include>
</group>
</group>
</launch>

0 comments on commit d66f77f

Please sign in to comment.