Skip to content

Commit

Permalink
po
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 26, 2024
1 parent 3cedba8 commit b82c944
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 @@ -83,7 +83,7 @@
<let name="launch_dummy_vehicle" value="true" unless="$(var scenario_simulation)"/>
<let name="launch_dummy_localization" value="true"/>
<let name="launch_localization_for_sim_vehicle" value="false" if="$(var scenario_simulation)"/> <!-- scenario simulator does not support this feature -->
<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 b82c944

Please sign in to comment.