mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-06-01 17:49:32 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45d5130f4a | ||
|
|
066b50def5 | ||
|
|
f9d6e88763 | ||
|
|
3426114677 | ||
|
|
8473842e87 |
7
assets/desktop/Clover Drone Kit Tools.desktop
Executable file
7
assets/desktop/Clover Drone Kit Tools.desktop
Executable file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Link
|
||||
Name=Clover Drone Kit Tools
|
||||
Comment=Open web based Clover tools
|
||||
Icon=user-bookmarks
|
||||
URL=http://localhost/
|
||||
@@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=jMAVSim
|
||||
Comment=A lightweight PX4 simulator
|
||||
Exec=/bin/bash -c 'cd ~/PX4-Autopilot; make px4_sitl jmavsim'
|
||||
Icon=openjdk-8
|
||||
Path=
|
||||
Terminal=true
|
||||
StartupNotify=false
|
||||
@@ -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