mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
VTOL: added missing open loop time parameter
This commit is contained in:
committed by
Daniel Agar
parent
364a57016f
commit
f2db8d0106
@@ -306,3 +306,15 @@ PARAM_DEFINE_FLOAT(VT_TRANS_MIN_TM, 2.0f);
|
||||
* @group VTOL Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(VT_FW_MIN_ALT, 0.0f);
|
||||
|
||||
/**
|
||||
* Airspeed less front transition time (open loop)
|
||||
*
|
||||
* The duration of the front transition when there is no airspeed feedback available.
|
||||
*
|
||||
* @unit seconds
|
||||
* @min 1.0
|
||||
* @max 30.0
|
||||
* @group VTOL Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(VT_F_TR_OL_TM, 6.0f);
|
||||
|
||||
Reference in New Issue
Block a user