Browse Source
Add airframe configs for SITL glider model This commit adds an airframe config for a glider modelmaster
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh |
||||
# |
||||
# @name Plane SITL with catapult |
||||
# |
||||
|
||||
. ${R}etc/init.d-posix/airframes/1030_plane |
||||
|
||||
param set-default FW_THR_CRUISE 0.0 |
||||
param set-default RWTO_TKOFF 0 |
||||
|
Loading…
Reference in new issue