Skip to content

Commit

Permalink
feat: include l4_toolkit (#576)
Browse files Browse the repository at this point in the history
* feat: include l4_toolkit

* rename package name

* Update autoware_launch/launch/logging_simulator.launch.xml

* Update autoware_launch/launch/planning_simulator.launch.xml
  • Loading branch information
h-ohta authored and saka1-s committed Jun 25, 2024
1 parent a2afb78 commit 79b3d18
Show file tree
Hide file tree
Showing 3 changed files with 10 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
2 changes: 2 additions & 0 deletions autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<arg name="centerpoint_model_path" value="$(var centerpoint_model_path)"/>
<!-- V2X -->
<arg name="launch_v2x" value="false"/>
<!-- L4 Toolkit -->
<arg name="launch_l4_toolkit" value="true"/>
</include>
</group>
</launch>
2 changes: 2 additions & 0 deletions autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<arg name="is_simulation" value="true"/>
<!-- V2X -->
<arg name="launch_v2x" value="false"/>
<!-- L4 Toolkit -->
<arg name="launch_l4_toolkit" value="true"/>
</include>
</group>

Expand Down

0 comments on commit 79b3d18

Please sign in to comment.