From 343a09a2428c08ac524ed74f0987b875f3f48d40 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 10 Apr 2024 01:11:05 +0300 Subject: [PATCH] Remove printing out /opt/ros --- builder/image-ros.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 98ace6e5..6cd2eb9e 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -115,7 +115,6 @@ my_travis_retry rosdep install -y --from-paths src --ignore-src --rosdistro ${RO --skip-keys=gazebo_ros --skip-keys=gazebo_plugins my_travis_retry pip3 install wheel my_travis_retry pip3 install -r /home/pi/catkin_ws/src/clover/clover/requirements.txt -tree /opt/ros/ source /opt/ros/${ROS_DISTRO}/setup.bash # Don't build simulation plugins for actual drone catkin_make -j2 -DCMAKE_BUILD_TYPE=RelWithDebInfo