Skip to content

Commit

Permalink
launch l4toolkit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
saka1-s committed Jul 10, 2024
1 parent 403355d commit ca01723
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 ca01723

Please sign in to comment.