Skip to content

Commit abc1421

Browse files
committed
Remove the manual installation of mavros and mavlink
1 parent ab705d2 commit abc1421

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.docker/Dockerfile

-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ RUN sudo apt-get -q update \
108108
&& sudo apt-get clean -y \
109109
&& sudo rm -rf /var/lib/apt/lists/*
110110

111-
# Manually install MAVROS from source in the ws_blue/ workspace
112-
WORKDIR $USER_WORKSPACE/src/
113-
ARG MAVROS_RELEASE=ros2
114-
ARG MAVLINK_RELEASE=release/rolling/mavlink
115-
RUN git clone --depth 1 -b ${MAVROS_RELEASE} https://github.com/mavlink/mavros.git
116-
RUN git clone --depth 1 --recursive -b ${MAVLINK_RELEASE} https://github.com/ros2-gbp/mavlink-gbp-release.git mavlink
117-
118111
WORKDIR $USER_WORKSPACE
119112
RUN sudo apt-get -q update \
120113
&& sudo apt-get -q -y upgrade \

0 commit comments

Comments
 (0)