From 46a40dd125bf512c32eeb2a1f5bc40c69d4d3f0e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 11 Aug 2021 18:53:39 +0300 Subject: [PATCH] Fix --- 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 860b07e..24064a6 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -31,7 +31,7 @@ rosdep update # FIXME: PX4 needs pip to be installed # FIXME: python2 dependencies? echo "--- Downloading PX4 and installing its dependencies" -git clone --recursive --depth 1 --branch v1.12.0 https://github.com/PX4/PX4-Autopilot.git ${HOME}/PX4-Autopilot.git +git clone --recursive --depth 1 --branch v1.12.0 https://github.com/PX4/PX4-Autopilot.git ${HOME}/PX4-Autopilot # PX4 v1.11.1 script will happily run sudo by itself ${HOME}/PX4-Autopilot/Tools/setup/ubuntu.sh # Ubuntu 20.04 no longer sets assistive_technologies, thankfully