From f712150a6a36f56ad5d5e6c8279bb11aefcb81c5 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 11 Aug 2021 19:20:35 +0300 Subject: [PATCH] Add Clover airframe to PX4 --- scripts/install_software.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index 24064a6..3bc9682 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -106,6 +106,9 @@ source /opt/ros/noetic/setup.bash cd ${HOME}/catkin_ws && catkin_make echo "source ${HOME}/catkin_ws/devel/setup.bash" >> ~/.bashrc +echo "--- Adding Clover vehicle startup script to PX4" +ln -s "$(catkin_find clover_simulation airframes)/*" $HOME/PX4-Autopilot/ROMFS/px4fmu_common/init.d-posix/airframes/ + echo "--- Installing npm" cd ${HOME} NODE_VERSION=v10.15.0 # GitBook won't install on newer version