Skip to content

Commit 0a1b974

Browse files
committed
Plane: Update AIRSPEED_STALL parameter description
Updated the AIRSPEED_STALL parameter description to explain its effects on the landing final
1 parent f920ad9 commit 0a1b974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduPlane/Parameters.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const AP_Param::Info Plane::var_info[] = {
305305

306306
// @Param: AIRSPEED_STALL
307307
// @DisplayName: Stall airspeed
308-
// @Description: If stall prevention is enabled this speed is used for its calculations. If set to 0 then AIRSPEED_MIN is used instead. Typically set slightly higher than the true stall speed. Value is as an indicated (calibrated/apparent) airspeed.
308+
// @Description: If stall prevention is enabled this speed is used to calculate the minimum airspeed while banking. It is also used during landing final as the minimum airspeed that can be demanded by the TECS, which allows using TECS_LAND_ARSPD or LAND_PF_ARSPD to achieve landings slower than AIRSPEED_MIN. If this is set to 0 then the stall speed is assumed to be the minimum airspeed speed. Typically set slightly higher then true stall speed.
309309
// @Units: m/s
310310
// @Range: 5 75
311311
// @User: Standard

0 commit comments

Comments
 (0)