From 69cc8ceed6bdcf95e78fc1a88cf1ff5a23288ede Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 19 Jul 2022 16:46:03 +0300 Subject: [PATCH] Test building the firmware --- scripts/install_software.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index 344060f..bf232cf 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -203,6 +203,10 @@ set +x rospack list-names | while read line; do echo $line `rosversion $line`; done set -x +echo "--- Test building the firmware" +cd ~/PX4-Autopilot +make px4_fmu-v4_default + echo "Trying running the Gazebo simulator, check the output" timeout --preserve-status 30 roslaunch clover_simulation simulator.launch gui:=false --screen