Skip to content

Commit a4939c0

Browse files
committed
4.7:29052/QPlane Takeoff RPM
1 parent 802e58d commit a4939c0

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

common/source/docs/common-advanced-configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ tuning options for the vehicle.
4848
[/site]
4949
[site wiki="plane"]
5050
Crash Detection <crash-detect>
51+
[/site]
52+
[site wiki="plane,copter"]
53+
Damaged Motor/Prop RPM Checks <common-tkoff-rpm-min>
5154
[/site]
5255
DisplayPort <common-displayport>
5356
DroneCAN Setup <common-uavcan-setup-advanced>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _common-tkoff-rpm-min:
2+
3+
=====================================
4+
Damaged Motor/Prop Takeoff Prevention
5+
=====================================
6+
7+
Ardupilot provides mechanism to prevent flips on takeoff if a motor, or motors, is not operating at a minimum rpm due to damage. It requires that ESC RPM telemetry is being used. See the ``ESC Telemetry - Average Motor RPM`` section of :ref:`common-rpm` for setup.
8+
9+
Setting the :ref:`TKOFF_RPM_MIN<TKOFF_RPM_MIN>` slightly below the :ref:`MOT_SPIN_ARM <MOT_SPIN_ARM>`, if the average rpm is lower than this, throttle increases will not be passed on, preventing a takeoff and an immediate flip.
10+
11+
The :ref:`TKOFF_RPM_MAX <TKOFF_RPM_MAX>` parameter can also be used to assure that a propeller is not missing or loose.
12+
13+
[copywiki destination="plane,copter"]

copter/source/docs/ac_tipsfornewpilots.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Tips for your first flights
6969
Warning about low batteries
7070
===========================
7171

72-
When flying Copter, you need to keep in mind that it flies much
72+
When flying a VTOL vehicle, you need to keep in mind that it flies much
7373
differently than a winged airplane. In an airplane, lift is generated by
7474
the wing and you still have control surfaces for maneuvering if the
75-
motor were to stop. Multicopters generate lift solely from the thrust of
75+
motor were to stop. QuadPlanes and Multicopters generate lift solely from the thrust of
7676
the motors, so if your battery is excessively depleted, you have no lift
77-
and no control over your Copter, and it may flip over and crash without
77+
and no control over your vehicle, and it may flip over and crash without
7878
a gradual warning. During first flights, fly only short durations until
7979
you know your battery consumption and use one of the following batteries
8080
monitoring methods to ensure that you always have enough power remaining
@@ -129,3 +129,7 @@ to safely land your copter (and not ruin the battery).
129129
If you are using a battery monitor, always connect the main LiPo
130130
battery wire before connecting the balancing port wire to the
131131
APM.
132+
133+
Motors RPM Check
134+
================
135+
In modes where the vehicle takes off controlling the throttle itself (like AUTO, LOITER, QLOITER, ALTHOLD, etc.), , and ESC telemetry is employed, the :ref:`TKOFF_RPM_MIN <TKOFF_RPM_MIN>` and :ref:`TKOFF_RPM_MAX <TKOFF_RPM_MAX>` are monitored during the motor ramp up. See :ref:`common-tkoff-rpm-min`.

copter/source/docs/failsafe-landing-page.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ The main failsafe topics are listed below.
1919
EKF Failsafe <ekf-inav-failsafe>
2020
Dead Reckoning Failsafe <deadreckoning-failsafe>
2121
Vibration Failsafe <vibration-failsafe>
22-
Dead Motor Takeoff Prevention <tkoff-rpm-min>
2322
Terrain Data Loss Failsafe (see section on loss of terrain data induced RTL) <terrain-following>
2423
Crash Check <crash_check>
2524
Parachute <common-parachute>

copter/source/docs/tkoff-rpm-min.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

plane/source/docs/quadplane-esc-calibration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ them they need to receive maximum PWM input when initially powered on,
99
then receive minimum PWM input when they have beeped to indicate that
1010
the maximum has registered.
1111

12+
.. note:: if ESC RPM telemetry is being used, the :ref:`TKOFF_RPM_MIN <TKOFF_RPM_MIN>` parameter could be set slightly below the :ref:`Q_M_SPIN_ARM <Q_M_SPIN_ARM>` parameter to prevent takeoff attempts, and subsequent flips on takeoff, if one or more motors are not spinning.
1213

1314
.. warning::
1415
You must remove all propellers from your vehicle before doing any

0 commit comments

Comments
 (0)