Skip to content

Commit 2b51045

Browse files
authored
feat(autoware_launch): set use_sim_time parameter equal to true when … (#746)
Signed-off-by: Paweł Lech <pawel.lech@robotec.ai>
1 parent c86e9a2 commit 2b51045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoware_launch/launch/planning_simulator.launch.xml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<let name="launch_vehicle_interface" value="true" unless="$(var vehicle_simulation)"/>
4242

4343
<include file="$(find-pkg-share autoware_launch)/launch/autoware.launch.xml">
44+
<!-- Global parameters -->
45+
<arg name="use_sim_time" value="$(var scenario_simulation)"/>
4446
<!-- Common -->
4547
<arg name="map_path" value="$(var map_path)"/>
4648
<arg name="vehicle_model" value="$(var vehicle_model)"/>

0 commit comments

Comments
 (0)