From f1fe9d86455ce29e9ffd50a048ee8eaed10d5d6c Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 19 Jul 2022 23:38:19 +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 3b51b1e..a1c2317 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -204,7 +204,7 @@ rospack list-names | while read line; do echo $line `rosversion $line`; done set -x echo "--- Test building the firmware" -sudo -E sh -c 'apt-get install arm-none-eabi-gcc' +sudo -E sh -c 'apt-get install gcc-arm-none-eabi' cd ~/PX4-Autopilot make px4_fmu-v4_default