mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 11:30:34 +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
|
||||
* @group RTL
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 20);
|
||||
PARAM_DEFINE_FLOAT(RTL_DESCEND_ALT, 30);
|
||||
|
||||
/**
|
||||
* RTL delay
|
||||
|
||||
Reference in New Issue
Block a user