Skip to content

Commit 8d49a33

Browse files
TomohitoAndotakayuki5168
authored andcommitted
feat: add is_simulation variable in autoware.launch.xml (autowarefoundation#889) (#584)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 23e0231 commit 8d49a33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoware_launch/launch/autoware.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<arg name="centerpoint_model_path" default="/opt/autoware/mlmodels/centerpoint" description="path of centerpoint model file"/>
5454
<!-- Auto mode setting-->
5555
<arg name="enable_all_modules_auto_mode" default="false" description="enable all module's auto mode"/>
56+
<arg name="is_simulation" default="false" description="Autoware's behavior will change depending on whether this is a simulation or not."/>
5657

5758
<!-- Global parameters -->
5859
<group scoped="false">

autoware_launch/launch/planning_simulator.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<arg name="enable_all_modules_auto_mode" value="$(var enable_all_modules_auto_mode)"/>
7979
<!-- L4 Toolkit -->
8080
<arg name="launch_l4_toolkit" value="true"/>
81+
<arg name="is_simulation" value="true"/>
8182
</include>
8283
</group>
8384

0 commit comments

Comments
 (0)