mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
Change TECS max sink rate minimum value, because very fragile aircraft might not be able to sustain higher max sink rates
This commit is contained in:
committed by
Daniel Agar
parent
a76c4c55d4
commit
6579b7254a
@@ -465,7 +465,7 @@ PARAM_DEFINE_FLOAT(FW_T_SINK_MIN, 2.0f);
|
||||
* the aircraft.
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 2.0
|
||||
* @min 1.0
|
||||
* @max 15.0
|
||||
* @decimal 1
|
||||
* @increment 0.5
|
||||
|
||||
Reference in New Issue
Block a user