From cba12e115e77a5d226229353946e2bccdcc557ca Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 16 Dec 2021 13:57:13 +0300 Subject: [PATCH] builder: remove unneeded catkin_blacklist_packages --- 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 cb647c4f..e98934db 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -112,7 +112,7 @@ my_travis_retry pip3 install wheel my_travis_retry pip3 install -r /home/pi/catkin_ws/src/clover/clover/requirements.txt source /opt/ros/${ROS_DISTRO}/setup.bash # Don't build simulation plugins for actual drone -catkin_make -j2 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCATKIN_BLACKLIST_PACKAGES=clover_gazebo_plugins +catkin_make -j2 -DCMAKE_BUILD_TYPE=RelWithDebInfo source devel/setup.bash echo_stamp "Install clever package (for backwards compatibility)"