Plane: update RTL altitude param description

This commit is contained in:
Andre Kjellstrup 2015-11-21 12:44:31 +09:00 committed by Randy Mackay
parent c2a810d72a
commit db16b94e7f
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: ALT_HOLD_RTL
// @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. Note that when transiting to a Rally Point the altitude of the Rally Point is used instead of ALT_HOLD_RTL.
// @Description: Return to launch target altitude. This is the relative 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 altitude of the Rally Point is used instead of ALT_HOLD_RTL.
// @Units: centimeters
// @User: User
GSCALAR(RTL_altitude_cm, "ALT_HOLD_RTL", ALT_HOLD_HOME_CM),