mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rtl param @unit
This commit is contained in:
parent
15aceae7d8
commit
db06e7eebc
@ -48,7 +48,7 @@
|
||||
*
|
||||
* Altitude to fly back in RTL in meters
|
||||
*
|
||||
* @unit meters
|
||||
* @unit m
|
||||
* @min 0
|
||||
* @max 150
|
||||
* @group Return To Land
|
||||
@ -62,7 +62,7 @@ PARAM_DEFINE_FLOAT(RTL_RETURN_ALT, 60);
|
||||
* Stay at this altitude above home position after RTL descending.
|
||||
* Land (i.e. slowly descend) from this altitude if autolanding allowed.
|
||||
*
|
||||
* @unit meters
|
||||
* @unit m
|
||||
* @min 2
|
||||
* @max 100
|
||||
* @group Return To Land
|
||||
@ -75,7 +75,7 @@ PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 30);
|
||||
* Delay after descend before landing in RTL mode.
|
||||
* If set to -1 the system will not land but loiter at NAV_LAND_ALT.
|
||||
*
|
||||
* @unit seconds
|
||||
* @unit s
|
||||
* @min -1
|
||||
* @max 300
|
||||
* @group Return To Land
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user