Skip to content

Commit

Permalink
fix: run_mode (autowarefoundation#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukkysaito authored Apr 5, 2022
1 parent 388c588 commit 5df5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- System -->
<group>
<include file="$(find-pkg-share system_launch)/launch/system.launch.xml">
<arg name="run_mode" value="online"/>
<arg name="run_mode" value="planning_simulation"/>
<arg name="sensor_model" value="$(var sensor_model)"/>
</include>
</group>
Expand Down

0 comments on commit 5df5fc6

Please sign in to comment.