Skip to content

Commit

Permalink
feat(autoware_api_launch): remove autoware api launch (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#707)

* feat(autoware_api_launch): remove autoware api launch

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

* fix

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

* feat: use component style

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

Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Jan 18, 2023
1 parent 7ed8f5a commit c5bed8f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 41 deletions.
12 changes: 0 additions & 12 deletions autoware_api_launch/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions autoware_api_launch/package.xml

This file was deleted.

4 changes: 2 additions & 2 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
</include>
</group>

<!-- Autoware API -->
<!-- API -->
<group>
<include file="$(find-pkg-share autoware_api_launch)/launch/autoware_api.launch.xml"/>
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_autoware_api_component.launch.xml"/>
</group>

<!-- Rviz -->
Expand Down
3 changes: 2 additions & 1 deletion autoware_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
<description>The autoware_launch package</description>

<maintainer email="[email protected]">Yukihiro Saito</maintainer>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>ad_api_adaptors</exec_depend>
<exec_depend>autoware_api_launch</exec_depend>
<exec_depend>control_launch</exec_depend>
<exec_depend>global_parameter_loader</exec_depend>
<exec_depend>planning_launch</exec_depend>
<exec_depend>python3-bson</exec_depend>
<exec_depend>python3-tornado</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>system_launch</exec_depend>
<exec_depend>tier4_autoware_api_launch</exec_depend>
<exec_depend>tier4_localization_launch</exec_depend>
<exec_depend>tier4_map_launch</exec_depend>
<exec_depend>tier4_perception_launch</exec_depend>
Expand Down

0 comments on commit c5bed8f

Please sign in to comment.