Skip to content

Commit

Permalink
feat: include l4_toolkit (autowarefoundation#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 Feb 15, 2024
1 parent 83a53a4 commit 658d34e
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_planning" default="true" description="launch planning"/>
<arg name="launch_control" default="true" description="launch control"/>
<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 @@ -127,6 +128,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 @@ -76,6 +76,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 @@ -65,6 +65,8 @@
<arg name="rviz_respawn" value="$(var rviz_respawn)"/>
<!-- V2X -->
<arg name="launch_v2x" value="false"/>
<!-- L4 Toolkit -->
<arg name="launch_l4_toolkit" value="true"/>
</include>
</group>

Expand Down

0 comments on commit 658d34e

Please sign in to comment.