We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab705d2 commit abc1421Copy full SHA for abc1421
.docker/Dockerfile
@@ -108,13 +108,6 @@ RUN sudo apt-get -q update \
108
&& sudo apt-get clean -y \
109
&& sudo rm -rf /var/lib/apt/lists/*
110
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
-
118
WORKDIR $USER_WORKSPACE
119
RUN sudo apt-get -q update \
120
&& sudo apt-get -q -y upgrade \
0 commit comments