Skip to content

Commit

Permalink
feat(autoware_launch): set use_sim_time parameter equal to true when … (
Browse files Browse the repository at this point in the history
#746)

Signed-off-by: Paweł Lech <[email protected]>
  • Loading branch information
pawellech1 authored Feb 20, 2024
1 parent c86e9a2 commit 2b51045
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ -41,6 +41,8 @@
<let name="launch_vehicle_interface" value="true" unless="$(var vehicle_simulation)"/>

<include file="$(find-pkg-share autoware_launch)/launch/autoware.launch.xml">
<!-- Global parameters -->
<arg name="use_sim_time" value="$(var scenario_simulation)"/>
<!-- Common -->
<arg name="map_path" value="$(var map_path)"/>
<arg name="vehicle_model" value="$(var vehicle_model)"/>
Expand Down

0 comments on commit 2b51045

Please sign in to comment.