Skip to content

Commit

Permalink
feat: move adapi rviz adaptor (autowarefoundation#1900)
Browse files Browse the repository at this point in the history
feat: move adapi rviz adaptor

Signed-off-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored and boyali committed Oct 3, 2022
1 parent 1b6cb81 commit 6424900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<arg name="launch_image_base64_converter" default="false"/>
<arg name="launch_path_distance_calculator" default="false"/>
<arg name="launch_default_ad_api" default="true"/>
<arg name="launch_rviz_adaptors" default="true"/>
<!-- external api adaptor -->
<arg name="launch_calibration_status_api" default="false"/>
<arg name="launch_start_api" default="true"/>

<!-- AD API -->
<group if="$(var launch_default_ad_api)">
<include file="$(find-pkg-share default_ad_api)/launch/default_ad_api.launch.py"/>
<group>
<include file="$(find-pkg-share default_ad_api)/launch/default_ad_api.launch.py" if="$(var launch_default_ad_api)"/>
<include file="$(find-pkg-share ad_api_adaptors)/launch/rviz_adaptors.launch.xml" if="$(var launch_rviz_adaptors)"/>
</group>

<!-- awapi (deprecated) -->
Expand Down
1 change: 1 addition & 0 deletions launch/tier4_autoware_api_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<build_depend>autoware_cmake</build_depend>

<exec_depend>ad_api_adaptors</exec_depend>
<exec_depend>autoware_iv_external_api_adaptor</exec_depend>
<exec_depend>autoware_iv_internal_api_adaptor</exec_depend>
<exec_depend>awapi_awiv_adapter</exec_depend>
Expand Down

0 comments on commit 6424900

Please sign in to comment.