forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_api_launch): remove autoware api launch (autowarefounda…
…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
1 parent
7ed8f5a
commit c5bed8f
Showing
5 changed files
with
4 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|