Skip to content

Commit aeb609c

Browse files
committed
Include mavros-extras to have gimbal_control plugin for middleware and gisnav containers
1 parent 4c1a82f commit aeb609c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/mavros/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ SHELL ["/bin/bash", "-c"]
99
# Install GeographicLib related dependencies
1010
# Also add universe repository for ROS packages
1111
# tcpdump for health checks
12+
# Need mavros-extras for the gimbal_control plugin (mavros-extras v2.8+)
1213
RUN apt-get update && \
1314
apt-get -y install software-properties-common wget curl tcpdump && \
1415
add-apt-repository ppa:ubuntugis/ppa && \
1516
add-apt-repository universe && \
1617
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 && \
1819
geographiclib-get-geoids egm96-5 && \
1920
rm -rf /var/lib/apt/lists/* && \
2021
apt-get clean

0 commit comments

Comments
 (0)