mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Use original PX4 v1.12 (#3)
* Use original PX4 v1.12 * Disable patching sitl_gazebo * Fix * Add Clover airframe to PX4 * Fix
This commit is contained in:
@@ -3,7 +3,7 @@ Version=1.0
|
||||
Type=Application
|
||||
Name=jMAVSim
|
||||
Comment=A lightweight PX4 simulator
|
||||
Exec=/bin/bash -c 'cd ~/Firmware; make px4_sitl jmavsim'
|
||||
Exec=/bin/bash -c 'cd ~/PX4-Autopilot; make px4_sitl jmavsim'
|
||||
Icon=openjdk-8
|
||||
Path=
|
||||
Terminal=true
|
||||
|
||||
@@ -6,7 +6,7 @@ index 8de3079..3fdae02 100644
|
||||
${CMAKE_SOURCE_DIR}/mavlink/
|
||||
../../mavlink/
|
||||
../mavlink/
|
||||
+ $ENV{HOME}/Firmware/mavlink/include
|
||||
+ $ENV{HOME}/PX4-Autopilot/mavlink/include
|
||||
${CATKIN_DEVEL_PREFIX}/
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user