From 024a7280a94b19e7e98c75a4e28cb65767717ecb Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 12 Jul 2022 16:47:15 +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 109994e..7fbd2a7 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -88,7 +88,7 @@ ln -s "." build/mavlink/mavlink rm build/CMakeCache.txt echo "--- Building the workspace" -catkin_make +catkin_make --force-cmake echo "--- Installing Visual Studio Code" sudo -E sh -c 'apt-get update; apt-get install -y curl'