Skip to content

Commit fb5f465

Browse files
committed
4.6:Glider pullup
1 parent 2be07d7 commit fb5f465

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

plane/source/docs/flight-features.rst

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ a full set of features see the :doc:`full parameter list <parameters>` and the `
2222
Automated Aerobatics (prior to 4.4)<common-scripting-aerobatics>
2323
Automated Aerobatics (4.4 and later) <common-scripted-aerobatics-4.4>
2424
Moving Vehicle/Ship Takeoff/Landing <common-ship-landing>
25+
High Altitude Glider Drop Pullup <glider-pullup>

plane/source/docs/glider-pullup.rst

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _glider-pullup:
2+
3+
========================================
4+
Glider Pullup from Dive to Normal Flight
5+
========================================
6+
7+
Intended to control and automate the pullup of a glider from a free fall dive to normal flight in hihg altitude balloon drops, this feature is not normally included in the firmware (except SITL sims) and a version built using the `Custom Firmware Build Server <https://custom.ardupilot.org>`__.
8+
9+
The feature is enabled with the :ref:`PUP_ENABLE <PUP_ENABLE>` parameter. When enabled it adds a new stage to the NAV_ALTITUDE_WAIT mission item, controlled by the PUP_* parameters. This stage controls the pullup maneuver where we do a g-force limited pullup out of a dive, bring the aircraft to a normal flight regime where normal mission commands can take over.
10+
11+
The following parameters apply to this feature:
12+
13+
- :ref:`PUP_ENABLE <PUP_ENABLE>`
14+
- :ref:`PUP_ELEV_OFS <PUP_ELEV_OFS>`
15+
- :ref:`PUP_NG_LIM <PUP_NG_LIM>`
16+
- :ref:`PUP_NG_JERK_LIM <PUP_NG_JERK_LIM>`
17+
- :ref:`PUP_PITCH <PUP_PITCH>`
18+
- :ref:`PUP_ARSPD_START <PUP_ARSPD_START>`
19+
- :ref:`PUP_PITCH_START <PUP_PITCH_START>`

0 commit comments

Comments
 (0)