mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: improved RTL_AUTOLAND docs
This commit is contained in:
parent
9f32bf93d1
commit
1f0840ddf8
@ -916,10 +916,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
|
||||
// @Param: RTL_AUTOLAND
|
||||
// @DisplayName: RTL auto land
|
||||
// @Description: Automatically begin landing sequence after arriving at RTL
|
||||
// @Units: boolean
|
||||
// @Range: 0 1
|
||||
// @Increment: 1
|
||||
// @Description: Automatically begin landing sequence after arriving at RTL location. This requires the addition of a DO_LAND_START mission item, which acts as a marker for the start of a landing sequence. The closest landing sequence will be chosen to the current location.
|
||||
// @Values: 0:Disable,1:Enable
|
||||
// @User: Standard
|
||||
GSCALAR(rtl_autoland, "RTL_AUTOLAND", 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user