Skip to content

Commit

Permalink
revert to maintain conventional settings
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jul 31, 2024
1 parent 5eb07c6 commit dcfffc8
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 @@ -84,7 +84,7 @@
<let name="launch_dummy_localization" value="true"/>
<!-- scenario simulator does not support launch_localization_for_sim_vehicle. -->
<let name="launch_localization_for_sim_vehicle" value="false" if="$(var scenario_simulation)"/>
<let name="launch_localization_for_sim_vehicle" value="true" unless="$(var scenario_simulation)"/>
<let name="launch_localization_for_sim_vehicle" value="false" unless="$(var scenario_simulation)"/>
<let name="launch_diagnostic_converter" value="$(var scenario_simulation)"/>

<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_simulator_component.launch.xml">
Expand Down

0 comments on commit dcfffc8

Please sign in to comment.