mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
fix(navigator): fix typos in RTL parameter descriptions
enganged→engaged, altitdue→altitude
This commit is contained in:
@@ -7,7 +7,7 @@ parameters:
|
||||
short: Return mode return altitude
|
||||
long: |-
|
||||
Default minimum altitude above destination (e.g. home, safe point, landing pattern) for return flight.
|
||||
The vehicle will climb to this altitude when Return mode is enganged, unless it currently is flying higher already.
|
||||
The vehicle will climb to this altitude when Return mode is engaged, unless it currently is flying higher already.
|
||||
This is affected by RTL_MIN_DIST and RTL_CONE_ANG.
|
||||
type: float
|
||||
default: 60.0
|
||||
@@ -21,7 +21,7 @@ parameters:
|
||||
long: |-
|
||||
Descend to this altitude (above destination position) after return, and wait for time defined in RTL_LAND_DELAY.
|
||||
Land (i.e. slowly descend) from this altitude if autolanding allowed.
|
||||
VTOLs do transition to hover in this altitdue above the landing point.
|
||||
VTOLs do transition to hover in this altitude above the landing point.
|
||||
type: float
|
||||
default: 30.0
|
||||
unit: m
|
||||
|
||||
Reference in New Issue
Block a user