Skip to content

Commit 158bb67

Browse files
responce to the review
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent e3c2ebe commit 158bb67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

autoware_launch/launch/planning_simulator.launch.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<arg name="enable_all_modules_auto_mode" default="$(var scenario_simulation)" description="enable all module's auto mode"/>
3838
<!-- Simulated time -->
3939
<arg name="use_sim_time" default="$(var scenario_simulation)"/>
40+
<!-- Localization-->
41+
<arg name="localization_sim_mode" default="api" description="select localization mode. none, api"/>
4042

4143
<group scoped="false">
4244
<!-- Vehicle -->
@@ -81,8 +83,7 @@
8183
<let name="launch_dummy_perception" value="true" unless="$(var scenario_simulation)"/>
8284
<let name="launch_dummy_vehicle" value="false" if="$(var scenario_simulation)"/>
8385
<let name="launch_dummy_vehicle" value="true" unless="$(var scenario_simulation)"/>
84-
<!-- The following modes are available as localization_sim_mode: nothing, api -->
85-
<let name="localization_sim_mode" value="api"/>
86+
<let name="localization_sim_mode" value="$(var localization_sim_mode)"/>
8687
<let name="launch_diagnostic_converter" value="$(var scenario_simulation)"/>
8788

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

0 commit comments

Comments
 (0)