From 2085b68cec5691bf6d84bf22d657b93309f26e11 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 5 Apr 2024 02:39:21 +0300 Subject: [PATCH] Bring back ws281x --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index b08eafe61..cefa63a10 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -136,12 +136,12 @@ my_travis_retry apt-get install -y --no-install-recommends \ ros-${ROS_DISTRO}-rosserial \ ros-${ROS_DISTRO}-usb-cam \ ros-${ROS_DISTRO}-vl53l1x \ + ros-${ROS_DISTRO}-ws281x \ ros-${ROS_DISTRO}-rosshow \ ros-${ROS_DISTRO}-cmake-modules \ ros-${ROS_DISTRO}-image-view \ ros-${ROS_DISTRO}-nodelet-topic-tools \ ros-${ROS_DISTRO}-stereo-msgs - #ros-${ROS_DISTRO}-ws281x \ # TODO move GeographicLib datasets to Mavros debian package echo_stamp "Install GeographicLib datasets (needed for mavros)" \