Skip to content

Commit

Permalink
feat(planning_simulator): default use_sim_time arg to scenario_simula…
Browse files Browse the repository at this point in the history
…tion (#903)

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Mar 7, 2024
1 parent d6bb368 commit d83dcae
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 @@ -34,6 +34,8 @@
<arg name="vehicle_simulation" default="true" description="use vehicle simulation"/>
<!-- Auto mode setting-->
<arg name="enable_all_modules_auto_mode" default="$(var scenario_simulation)" description="enable all module's auto mode"/>
<!-- Simulated time -->
<arg name="use_sim_time" default="$(var scenario_simulation)"/>

<group scoped="false">
<!-- Vehicle -->
Expand Down

0 comments on commit d83dcae

Please sign in to comment.