Skip to content

Commit

Permalink
Merge pull request #695 from tier4/feat/launch-l4-toolkit
Browse files Browse the repository at this point in the history
feat: launch l4toolkit by default
  • Loading branch information
saka1-s authored Jul 10, 2024
2 parents 5829697 + ca01723 commit 59aedf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<arg name="launch_control" default="true" description="launch control"/>
<arg name="launch_api" default="true" description="launch api"/>
<arg name="launch_v2x" default="true" description="launch V2X"/>
<arg name="launch_l4_toolkit" default="true" description="launch L4 Toolkit"/>
<!-- Global parameters -->
<arg name="use_sim_time" default="false" description="use_sim_time"/>
<!-- Vehicle -->
Expand Down Expand Up @@ -132,6 +133,11 @@
</include>
</group>

<!-- L4 Toolkit -->
<group if="$(var launch_l4_toolkit)">
<include file="$(find-pkg-share l4_toolkit_launch)/launch/l4_toolkit.launch.xml"/>
</group>

<!-- Tools -->
<group>
<node
Expand Down

0 comments on commit 59aedf4

Please sign in to comment.