Add ros-base installation

This commit is contained in:
Oleg Kalachev
2024-04-11 22:56:50 +03:00
parent 5b35df41b1
commit e7ae321b54

View File

@@ -80,6 +80,9 @@ my_travis_retry rosdep update
echo_stamp "Populate rosdep for ROS user"
my_travis_retry sudo -u pi ROS_OS_OVERRIDE=debian:$VERSION_CODENAME rosdep update
echo_stamp "Install ROS"
my_travis_retry apt-get install -y ros-${ROS_DISTRO}-ros-base
export ROS_IP='127.0.0.1' # needed for running tests
# echo_stamp "Reconfiguring Clover repository for simplier unshallowing"