File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ SHELL ["/bin/bash", "-c"]
9
9
# Install GeographicLib related dependencies
10
10
# Also add universe repository for ROS packages
11
11
# tcpdump for health checks
12
+ # Need mavros-extras for the gimbal_control plugin (mavros-extras v2.8+)
12
13
RUN apt-get update && \
13
14
apt-get -y install software-properties-common wget curl tcpdump && \
14
15
add-apt-repository ppa:ubuntugis/ppa && \
15
16
add-apt-repository universe && \
16
17
apt-get update && \
17
- apt-get -y install gdal-bin libgdal-dev geographiclib-tools ros-${ROS_DISTRO}-mavros && \
18
+ apt-get -y install gdal-bin libgdal-dev geographiclib-tools ros-${ROS_DISTRO}-mavros ros-${ROS_DISTRO}-mavros-extras && \
18
19
geographiclib-get-geoids egm96-5 && \
19
20
rm -rf /var/lib/apt/lists/* && \
20
21
apt-get clean
You can’t perform that action at this time.
0 commit comments