Skip to content

Commit 11400f7

Browse files
shancock884IamPete1
authored andcommitted
ArduPlane: Add info for quadplane to RTL_RADIUS description
1 parent b892968 commit 11400f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduPlane/Parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const AP_Param::Info Plane::var_info[] = {
264264

265265
// @Param: RTL_RADIUS
266266
// @DisplayName: RTL loiter radius
267-
// @Description: Defines the radius of the loiter circle when in RTL mode. If this is zero then WP_LOITER_RAD is used. If the radius is negative then a counter-clockwise is used. If positive then a clockwise loiter is used.
267+
// @Description: Defines the radius of the loiter circle when in RTL mode. If this is zero then WP_LOITER_RAD is used. If the radius is negative then a counter-clockwise is used. If positive then a clockwise loiter is used. For quadplanes with Q_RTL_MODE set to 1 (Enabled), this value is used to set the minimum radius at which the plane will transition from fixed-wing to VTOL mode for landing.
268268
// @Units: m
269269
// @Range: -32767 32767
270270
// @Increment: 1

0 commit comments

Comments
 (0)