mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: clarify RTL_ALT parameter description
This commit is contained in:
parent
1d91f18177
commit
6f2814d70c
@ -108,9 +108,9 @@ const AP_Param::Info Copter::var_info[] = {
|
|||||||
#if MODE_RTL_ENABLED == ENABLED
|
#if MODE_RTL_ENABLED == ENABLED
|
||||||
// @Param: RTL_ALT
|
// @Param: RTL_ALT
|
||||||
// @DisplayName: RTL Altitude
|
// @DisplayName: RTL Altitude
|
||||||
// @Description: The minimum relative altitude the model will move to before Returning to Launch. Set to zero to return at current altitude.
|
// @Description: The minimum alt above home the vehicle will climb to before returning. If the vehicle is flying higher than this value it will return at its current altitude.
|
||||||
// @Units: cm
|
// @Units: cm
|
||||||
// @Range: 0 8000
|
// @Range: 200 8000
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(rtl_altitude, "RTL_ALT", RTL_ALT),
|
GSCALAR(rtl_altitude, "RTL_ALT", RTL_ALT),
|
||||||
|
Loading…
Reference in New Issue
Block a user