scripts: Use proper branch for clover

This commit is contained in:
Alexey Rogachevskiy
2020-10-26 11:06:03 +03:00
parent dafebce445
commit 07c328484d

View File

@@ -89,7 +89,7 @@ EOF'
sudo apt update
rosdep update
mkdir -p ${HOME}/catkin_ws/src
git clone https://github.com/CopterExpress/clover ${HOME}/catkin_ws/src/clover
git clone -b raspios_64bit https://github.com/CopterExpress/clover ${HOME}/catkin_ws/src/clover
git clone https://github.com/CopterExpress/ros_led ${HOME}/catkin_ws/src/ros_led
# These packages are missing from Noetic release, but are required for sitl_gazebo
git clone https://github.com/ethz-asl/mav_comm ${HOME}/catkin_ws/src/mav_comm