mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 15:13:25 +00:00
Fix making symlink to Clover model
This commit is contained in:
@@ -109,7 +109,7 @@ echo "source ${HOME}/catkin_ws/devel/setup.bash" >> ~/.bashrc
|
||||
source $HOME/catkin_ws/devel/setup.bash
|
||||
|
||||
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/
|
||||
ln -s "$(catkin_find clover_simulation airframes)"/* $HOME/PX4-Autopilot/ROMFS/px4fmu_common/init.d-posix/airframes/
|
||||
|
||||
echo "--- Installing npm"
|
||||
cd ${HOME}
|
||||
|
||||
Reference in New Issue
Block a user