mirror of https://github.com/ArduPilot/ardupilot
Plane: Doc. update for ALT_HOLD_RTL with Rally Points.
This commit is contained in:
parent
99f851fc87
commit
87c60ee293
|
@ -675,7 +675,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||||
|
|
||||||
// @Param: ALT_HOLD_RTL
|
// @Param: ALT_HOLD_RTL
|
||||||
// @DisplayName: RTL altitude
|
// @DisplayName: RTL altitude
|
||||||
// @Description: Return to launch target altitude. This is the altitude the plane will aim for and loiter at when returning home. If this is negative (usually -1) then the plane will use the current altitude at the time of entering RTL.
|
// @Description: Return to launch target altitude. This is the altitude the plane will aim for and loiter at when returning home. If this is negative (usually -1) then the plane will use the current altitude at the time of entering RTL. Note that when transiting to a Rally Point the alitude of the Rally Point is used instead of ALT_HOLD_RTL.
|
||||||
// @Units: centimeters
|
// @Units: centimeters
|
||||||
// @User: User
|
// @User: User
|
||||||
GSCALAR(RTL_altitude_cm, "ALT_HOLD_RTL", ALT_HOLD_HOME_CM),
|
GSCALAR(RTL_altitude_cm, "ALT_HOLD_RTL", ALT_HOLD_HOME_CM),
|
||||||
|
|
Loading…
Reference in New Issue