mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +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:
committed by
Daniel Agar
parent
99b098f608
commit
e2f048f608
@@ -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
|
1035_techpod
|
||||||
1036_malolo
|
1036_malolo
|
||||||
1037_believer
|
1037_believer
|
||||||
|
1038_glider
|
||||||
1040_standard_vtol
|
1040_standard_vtol
|
||||||
1041_tailsitter
|
1041_tailsitter
|
||||||
1042_tiltrotor
|
1042_tiltrotor
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ set(models
|
|||||||
believer
|
believer
|
||||||
boat
|
boat
|
||||||
cloudship
|
cloudship
|
||||||
|
glider
|
||||||
if750a
|
if750a
|
||||||
iris
|
iris
|
||||||
iris_ctrlalloc
|
iris_ctrlalloc
|
||||||
|
|||||||
Reference in New Issue
Block a user