mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Don't install rosdep using pip
This commit is contained in:
@@ -70,6 +70,10 @@ my_travis_retry() {
|
||||
return $result
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
# TODO: 'kinetic-rosdep-clover.yaml' should add only if we use our repo?
|
||||
echo_stamp "Init rosdep"
|
||||
my_travis_retry rosdep init
|
||||
@@ -80,11 +84,6 @@ 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"
|
||||
cd /home/pi/catkin_ws/src/clover
|
||||
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
|
||||
|
||||
@@ -137,9 +137,6 @@ pip3 --version
|
||||
echo "Enable installing packages with pip"
|
||||
mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old
|
||||
|
||||
echo_stamp "Install rosdep"
|
||||
my_travis_retry pip3 install -U rosdep
|
||||
|
||||
echo_stamp "Install and enable Butterfly (web terminal)"
|
||||
# echo_stamp "Workaround for tornado >= 6.0 breaking butterfly"
|
||||
# export CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||
|
||||
Reference in New Issue
Block a user