Skip to content

Commit

Permalink
feat: add is_simulation variable in autoware.launch.xml (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#889) (#584)

Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Co-authored-by: Takayuki Murooka <[email protected]>
  • Loading branch information
2 people authored and saka1-s committed Jun 25, 2024
1 parent 23e0231 commit 8d49a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<arg name="centerpoint_model_path" default="/opt/autoware/mlmodels/centerpoint" description="path of centerpoint model file"/>
<!-- Auto mode setting-->
<arg name="enable_all_modules_auto_mode" default="false" description="enable all module's auto mode"/>
<arg name="is_simulation" default="false" description="Autoware's behavior will change depending on whether this is a simulation or not."/>

<!-- Global parameters -->
<group scoped="false">
Expand Down
1 change: 1 addition & 0 deletions autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<arg name="enable_all_modules_auto_mode" value="$(var enable_all_modules_auto_mode)"/>
<!-- L4 Toolkit -->
<arg name="launch_l4_toolkit" value="true"/>
<arg name="is_simulation" value="true"/>
</include>
</group>

Expand Down

0 comments on commit 8d49a33

Please sign in to comment.