Skip to content

Commit 8738544

Browse files
authored
feat: remove tier4_ad_api_adaptor (#6782)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 5fa4b54 commit 8738544

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ RUN --mount=type=cache,target="${CCACHE_DIR}" \
270270
--mount=type=bind,source=src/universe/external/muSSP,target=/autoware/src/universe/external/muSSP \
271271
--mount=type=bind,source=src/universe/external/pointcloud_to_laserscan,target=/autoware/src/universe/external/pointcloud_to_laserscan \
272272
--mount=type=bind,source=src/universe/external/rtklib_ros_bridge,target=/autoware/src/universe/external/rtklib_ros_bridge \
273-
--mount=type=bind,source=src/universe/external/tier4_ad_api_adaptor,target=/autoware/src/universe/external/tier4_ad_api_adaptor \
274273
--mount=type=bind,source=src/universe/external/tier4_autoware_msgs,target=/autoware/src/universe/external/tier4_autoware_msgs \
275274
--mount=type=bind,source=src/middleware/external,target=/autoware/src/middleware/external \
276275
--mount=type=bind,source=src/launcher,target=/autoware/src/launcher \

repositories/autoware-nightly.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ repositories:
2727
type: git
2828
url: https://github.com/autowarefoundation/managed_transform_buffer.git
2929
version: main
30-
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
31-
type: git
32-
url: https://github.com/tier4/tier4_ad_api_adaptor.git
33-
version: tier4/universe
3430
universe/external/tier4_autoware_msgs:
3531
type: git
3632
url: https://github.com/tier4/tier4_autoware_msgs.git

repositories/autoware.repos

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ repositories:
3737
type: git
3838
url: https://github.com/autowarefoundation/autoware_universe.git
3939
version: 0.50.0
40-
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
41-
type: git
42-
url: https://github.com/tier4/tier4_ad_api_adaptor.git
43-
version: 0.46.0
4440
universe/external/tier4_autoware_msgs:
4541
type: git
4642
url: https://github.com/tier4/tier4_autoware_msgs.git

0 commit comments

Comments
 (0)