mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
rtl_params: change default and max rtl time margin
This commit is contained in:
parent
55dfbdc6a6
commit
b59db7dac2
@ -197,9 +197,9 @@ PARAM_DEFINE_FLOAT(RTL_TIME_FACTOR, 1.1f);
|
||||
*
|
||||
* @unit s
|
||||
* @min 0
|
||||
* @max 300
|
||||
* @max 3600
|
||||
* @decimal 1
|
||||
* @increment 1
|
||||
* @group Return To Land
|
||||
*/
|
||||
PARAM_DEFINE_INT32(RTL_TIME_MARGIN, 110);
|
||||
PARAM_DEFINE_INT32(RTL_TIME_MARGIN, 100);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user