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 3cedba8 commit b82c944Copy full SHA for b82c944
autoware_launch/launch/planning_simulator.launch.xml
@@ -83,7 +83,7 @@
83
<let name="launch_dummy_vehicle" value="true" unless="$(var scenario_simulation)"/>
84
<let name="launch_dummy_localization" value="true"/>
85
<let name="launch_localization_for_sim_vehicle" value="false" if="$(var scenario_simulation)"/> <!-- scenario simulator does not support this feature -->
86
- <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)"/>
87
<let name="launch_diagnostic_converter" value="$(var scenario_simulation)"/>
88
89
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_simulator_component.launch.xml">
0 commit comments