Skip to content

Commit

Permalink
feat: set use_external_emergency_stop to false by default when launch…
Browse files Browse the repository at this point in the history
…ing psim (autowarefoundation#109)

Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp>

Signed-off-by: Azumi Suzuki <azumi.suzuki@tier4.jp>
  • Loading branch information
s-azumi authored Nov 15, 2022
1 parent 9e2a9a6 commit 5afc80e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<arg name="launch_web_controller" default="true" description="launch web controller"/>
<!-- Perception -->
<arg name="traffic_light_recognition/enable_fine_detection" default="true" description="enable traffic light fine detection"/>
<!-- Control -->
<arg name="use_external_emergency_stop" default="true" description="use external emergency stop"/>

<!-- Global parameters -->
<group scoped="false">
Expand Down Expand Up @@ -123,6 +125,7 @@
<arg name="vehicle_info_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
<arg name="vehicle_id" value="$(var vehicle_id)"/>
<arg name="enable_obstacle_collision_checker" value="$(var enable_obstacle_collision_checker)"/>
<arg name="use_external_emergency_stop" value="$(var use_external_emergency_stop)"/>
</include>
</group>

Expand Down
2 changes: 2 additions & 0 deletions autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<arg name="rviz" value="$(var rviz)"/>
<arg name="rviz_config" value="$(var rviz_config)"/>
<arg name="launch_web_controller" value="$(var launch_web_controller)"/>
<!-- Control -->
<arg name="use_external_emergency_stop" value="false"/>
</include>
</group>

Expand Down

0 comments on commit 5afc80e

Please sign in to comment.