Skip to content

Commit 85b2016

Browse files
authored
fix: revert agnocast (#5986)
* Revert "feat(repos): upgrade agnocast to 2.0.1 (#5977)" This reverts commit 565aed4. Signed-off-by: sykwer <sykwer@gmail.com> * Revert "fix(ansible): install linux kernel header before dkms installation (#5930)" This reverts commit b9f39db. Signed-off-by: sykwer <sykwer@gmail.com> * revert and fix conflict Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com>
1 parent d6a73d8 commit 85b2016

8 files changed

Lines changed: 0 additions & 81 deletions

File tree

ansible/playbooks/universe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
- role: autoware.dev_env.rmw_implementation
4646
- role: autoware.dev_env.gdown
4747
- role: autoware.dev_env.build_tools
48-
- role: autoware.dev_env.agnocast
4948

5049
# Autoware module dependencies
5150
- role: autoware.dev_env.geographiclib

ansible/roles/agnocast/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

ansible/roles/agnocast/defaults/main.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

ansible/roles/agnocast/meta/main.yaml

Whitespace-only changes.

ansible/roles/agnocast/tasks/main.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

autoware.repos

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,3 @@ repositories:
112112
type: git
113113
url: https://github.com/autowarefoundation/autoware_individual_params.git
114114
version: 70000825155182d9261ce0980076b0e2c6dc3f51
115-
# middleware
116-
# TODO(TIER IV): During the transition period of Agnocast introduction,
117-
# the Agnocast ROS packages are provided as a source build.
118-
# Once the transition stabilizes, use the packages released from the official ROS repository.
119-
# Issue: https://github.com/autowarefoundation/autoware/issues/5968
120-
middleware/external/agnocast:
121-
type: git
122-
url: https://github.com/tier4/agnocast.git
123-
version: 2.0.1

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ COPY src/universe/external /autoware/src/universe/external
4949
# trt_batched_nms depends on autoware_tensorrt_common and autoware_cuda_utils, which are not available in universe-common-devel stage
5050
RUN rm -rf /autoware/src/universe/external/trt_batched_nms
5151
COPY src/universe/autoware_universe/common /autoware/src/universe/autoware_universe/common
52-
COPY src/middleware/external /autoware/src/middleware/external
5352
RUN /autoware/resolve_rosdep_keys.sh /autoware/src ${ROS_DISTRO} \
5453
> /rosdep-universe-common-depend-packages.txt \
5554
&& cat /rosdep-universe-common-depend-packages.txt
@@ -241,7 +240,6 @@ RUN --mount=type=cache,target=${CCACHE_DIR} \
241240
--mount=type=bind,source=src/universe/external/rtklib_ros_bridge,target=/autoware/src/universe/external/rtklib_ros_bridge \
242241
--mount=type=bind,source=src/universe/external/tier4_ad_api_adaptor,target=/autoware/src/universe/external/tier4_ad_api_adaptor \
243242
--mount=type=bind,source=src/universe/external/tier4_autoware_msgs,target=/autoware/src/universe/external/tier4_autoware_msgs \
244-
--mount=type=bind,source=src/middleware/external,target=/autoware/src/middleware/external \
245243
source /opt/ros/"$ROS_DISTRO"/setup.bash \
246244
&& source /opt/autoware/setup.bash \
247245
&& /autoware/build_and_clean.sh ${CCACHE_DIR} /opt/autoware

docker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ This stage installs the dependency packages based on `/rosdep-universe-common-de
121121

122122
- `universe/external`
123123
- `universe/autoware_universe/common`
124-
- `middleware/external`
125124

126125
### `universe-common-devel-cuda`
127126

0 commit comments

Comments
 (0)