mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
increase RTL descend altitude
This commit is contained in:
committed by
Lorenz Meier
parent
6d1df8f721
commit
81648f84cd
@@ -83,7 +83,7 @@ PARAM_DEFINE_FLOAT(RTL_RETURN_ALT, 60);
|
|||||||
* @max 100
|
* @max 100
|
||||||
* @group RTL
|
* @group RTL
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 20);
|
PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 30);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RTL delay
|
* RTL delay
|
||||||
|
|||||||
Reference in New Issue
Block a user