Skip to content

Commit

Permalink
change default parameter for scenario_simulation to true
Browse files Browse the repository at this point in the history
  • Loading branch information
TomohitoAndo authored and 0x126 committed Jun 15, 2023
1 parent 626c041 commit 948b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- Tools -->
<arg name="rviz" default="true" description="launch rviz"/>
<!-- Scenario simulation -->
<arg name="scenario_simulation" default="false" description="use scenario simulation"/>
<arg name="scenario_simulation" default="true" description="use scenario simulation"/>

<group scoped="false">
<include file="$(find-pkg-share autoware_launch)/launch/autoware.launch.xml">
Expand Down

0 comments on commit 948b19a

Please sign in to comment.