Skip to content

Commit

Permalink
Remove the manual installation of mavros and mavlink
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Dec 13, 2024
1 parent ab705d2 commit abc1421
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ RUN sudo apt-get -q update \
&& sudo apt-get clean -y \
&& sudo rm -rf /var/lib/apt/lists/*

# Manually install MAVROS from source in the ws_blue/ workspace
WORKDIR $USER_WORKSPACE/src/
ARG MAVROS_RELEASE=ros2
ARG MAVLINK_RELEASE=release/rolling/mavlink
RUN git clone --depth 1 -b ${MAVROS_RELEASE} https://github.com/mavlink/mavros.git
RUN git clone --depth 1 --recursive -b ${MAVLINK_RELEASE} https://github.com/ros2-gbp/mavlink-gbp-release.git mavlink

WORKDIR $USER_WORKSPACE
RUN sudo apt-get -q update \
&& sudo apt-get -q -y upgrade \
Expand Down

0 comments on commit abc1421

Please sign in to comment.