We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb07c6 commit dcfffc8Copy full SHA for dcfffc8
autoware_launch/launch/planning_simulator.launch.xml
@@ -84,7 +84,7 @@
84
<let name="launch_dummy_localization" value="true"/>
85
<!-- scenario simulator does not support launch_localization_for_sim_vehicle. -->
86
<let name="launch_localization_for_sim_vehicle" value="false" if="$(var scenario_simulation)"/>
87
- <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)"/>
88
<let name="launch_diagnostic_converter" value="$(var scenario_simulation)"/>
89
90
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_simulator_component.launch.xml">
0 commit comments