Skip to content

Commit

Permalink
feat(api): add launch option (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta authored Apr 22, 2024
1 parent 76a7e1c commit 112e7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<arg name="launch_perception" default="true" description="launch perception"/>
<arg name="launch_planning" default="true" description="launch planning"/>
<arg name="launch_control" default="true" description="launch control"/>
<arg name="launch_api" default="true" description="launch api"/>
<!-- Global parameters -->
<arg name="use_sim_time" default="false" description="use_sim_time"/>
<!-- Vehicle -->
Expand Down Expand Up @@ -115,7 +116,7 @@
</group>

<!-- API -->
<group>
<group if="$(var launch_api)">
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_autoware_api_component.launch.xml"/>
</group>

Expand Down

0 comments on commit 112e7e6

Please sign in to comment.