Skip to content

Commit 2ef661c

Browse files
authored
feat(dummy_infrastructur): auto approval when ego stops at stop line (#1344)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent fb5e755 commit 2ef661c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

autoware_launch/config/planning/preset/default_preset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ launch:
6464
default: "true"
6565
- arg:
6666
name: launch_virtual_traffic_light_module
67-
default: "false"
67+
default: "true"
6868
- arg:
6969
name: launch_no_stopping_area_module
7070
default: "true"

autoware_launch/launch/components/tier4_simulator_component.launch.xml

+3
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@
8282
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/tracking_object_merger/decorative_tracker_merger.param.yaml"
8383
/>
8484
</include>
85+
<group if="$(var scenario_simulation)">
86+
<include file="$(find-pkg-share autoware_dummy_infrastructure)/launch/dummy_infrastructure.launch.xml"/>
87+
</group>
8588
</launch>

0 commit comments

Comments
 (0)