File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,12 @@ RUN git clone https://github.com/autowarefoundation/autoware.git && \
3838 git checkout "$AUTOWARE_VERSION" && \
3939 apt install python3.10-venv -y && \
4040 ./setup-dev-env.sh -y --no-nvidia --no-cuda-drivers && \
41- mkdir src && \
42- vcs import src < autoware.repos && \
41+ mkdir -p src && \
42+ vcs import src < repositories/ autoware.repos && \
4343 vcs export --exact src && \
4444 . /opt/ros/"$ROS_DISTRO" /setup.sh && \
4545 rosdep update && \
46- apt-get install -y ros-humble-pacmod3-msgs=1.0.0-0jammy && \
47- apt-get remove -y python3-gpg && \
4846 rosdep install -y --from-paths src --ignore-src --rosdistro "$ROS_DISTRO"
49- # workarounds:
50- # install ros-humble-pacmod3-msgs manually because rosdep tries to install ros-galactic-pacmod3-msgs
51- # remove gpg because build error happens in ad_api_visualizers for some reasons...
5247
5348# workaround: remove agnocast because CARET doesn't support Agnocast yet and Agnocast is not used by default
5449RUN rm -rf autoware/src/middleware/external/agnocast
You can’t perform that action at this time.
0 commit comments