From 7041ee49933bfbb6e0bd0e344d1086a3bbedf02b Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 28 Dec 2022 00:09:15 +0300 Subject: [PATCH] Use v0.24 release branch for Clover --- scripts/install_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index e6c665d..7392ad3 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -43,7 +43,7 @@ source ~/catkin_ws/devel/setup.bash echo "--- Getting Clover sources" cd ~/catkin_ws/src -git clone --depth 1 https://github.com/CopterExpress/clover +git clone --depth 1 --branch v0.24-release https://github.com/CopterExpress/clover git clone --depth 1 https://github.com/CopterExpress/ros_led git clone --depth 1 https://github.com/ethz-asl/mav_comm