mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add sitl glider model
Add airframe configs for SITL glider model This commit adds an airframe config for a glider model
This commit is contained in:
parent
99b098f608
commit
e2f048f608
10
ROMFS/px4fmu_common/init.d-posix/airframes/1038_glider
Normal file
10
ROMFS/px4fmu_common/init.d-posix/airframes/1038_glider
Normal file
@ -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
|
||||
|
||||
@ -61,6 +61,7 @@ px4_add_romfs_files(
|
||||
1035_techpod
|
||||
1036_malolo
|
||||
1037_believer
|
||||
1038_glider
|
||||
1040_standard_vtol
|
||||
1041_tailsitter
|
||||
1042_tiltrotor
|
||||
|
||||
@ -120,6 +120,7 @@ set(models
|
||||
believer
|
||||
boat
|
||||
cloudship
|
||||
glider
|
||||
if750a
|
||||
iris
|
||||
iris_ctrlalloc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user