Skip to content

Commit

Permalink
feat: add api launch option to logsim (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <[email protected]>

Signed-off-by: tanaka3 <[email protected]>
  • Loading branch information
taikitanaka3 authored Oct 7, 2022
1 parent 1b30cb5 commit 3803155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<arg name="vehicle_id" default="$(env VEHICLE_ID default)" description="vehicle specific ID"/>

<!-- Optional parameters -->
<arg name="api" default="true" description="launch api" />
<arg name="vehicle" default="true" description="launch vehicle" />
<arg name="system" default="true" description="launch system" />
<arg name="map" default="true" description="launch map" />
Expand Down Expand Up @@ -111,7 +112,7 @@

<!-- Autoware API -->
<group>
<include file="$(find-pkg-share autoware_api_launch)/launch/autoware_api.launch.xml"/>
<include file="$(find-pkg-share autoware_api_launch)/launch/autoware_api.launch.xml" if="$(var api)"/>
</group>

<!-- Tools -->
Expand Down

0 comments on commit 3803155

Please sign in to comment.