mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
assets, scripts: More clever->clover transitions
This commit is contained in:
@@ -3,7 +3,7 @@ Version=1.0
|
||||
Type=Application
|
||||
Name=Gazebo PX4
|
||||
Comment=Fully-featured Gazebo simulation with default PX4 settings
|
||||
Exec=/bin/bash -c 'source /home/clever/catkin_ws/devel/setup.bash; roslaunch clover_simulation simulator.launch'
|
||||
Exec=/bin/bash -c 'source /home/clover/catkin_ws/devel/setup.bash; roslaunch clover_simulation simulator.launch'
|
||||
Icon=gazebo
|
||||
Path=
|
||||
Terminal=true
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Name=VS Code + ROS
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=/bin/bash -c "source /home/clever/catkin_ws/devel/setup.bash; /usr/share/code/code --no-sandbox --unity-launch %F"
|
||||
Exec=/bin/bash -c "source /home/clover/catkin_ws/devel/setup.bash; /usr/share/code/code --no-sandbox --unity-launch %F"
|
||||
Icon=/usr/share/pixmaps/com.visualstudio.code.png
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
|
||||
@@ -3,7 +3,7 @@ Type=Application
|
||||
Name=QGroundControl
|
||||
GenericName=Ground Control Station
|
||||
Comment=UAS ground control station
|
||||
Icon=/home/clever/Pictures/qgroundcontrol.png
|
||||
Exec=/home/clever/QGroundControl.AppImage
|
||||
Icon=/home/clover/Pictures/qgroundcontrol.png
|
||||
Exec=/home/clover/QGroundControl.AppImage
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
|
||||
Reference in New Issue
Block a user