From 7ca8cb44e0165234eecda02dbc4aab57cc804226 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 19 May 2021 16:15:51 +0300 Subject: [PATCH] image: add cmake-modules package --- builder/image-ros.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 703c7275..7647f518 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -137,7 +137,8 @@ my_travis_retry apt-get install -y --no-install-recommends \ ros-${ROS_DISTRO}-usb-cam \ ros-${ROS_DISTRO}-vl53l1x \ ros-${ROS_DISTRO}-ws281x \ - ros-${ROS_DISTRO}-rosshow + ros-${ROS_DISTRO}-rosshow \ + ros-${ROS_DISTRO}-cmake-modules # TODO move GeographicLib datasets to Mavros debian package echo_stamp "Install GeographicLib datasets (needed for mavros)" \