mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
ROMFS: prevent auto-disarm before takeoff in CI
Sometimes in CI for VTOL we saw disarms before the spoolup and ramp were over and the takeoff would actually happen. By raising the auto-disarm time we should be able to work around this and get CI less flaky.
This commit is contained in:
@@ -132,7 +132,7 @@ then
|
||||
|
||||
param set CBRK_AIRSPD_CHK 0
|
||||
|
||||
param set COM_DISARM_LAND 0.1
|
||||
param set COM_DISARM_LAND 0.5
|
||||
param set COM_OBL_ACT 2
|
||||
param set COM_OBL_RC_ACT 0
|
||||
param set COM_OF_LOSS_T 5
|
||||
@@ -169,6 +169,8 @@ then
|
||||
param set MPC_JERK_MIN 10
|
||||
param set MPC_JERK_MAX 20
|
||||
param set MPC_ACC_HOR_MAX 3
|
||||
param set MPC_SPOOLUP_TIME 0.5
|
||||
param set MPC_TKO_RAMP_T 1
|
||||
|
||||
param set NAV_ACC_RAD 2
|
||||
param set NAV_DLL_ACT 2
|
||||
|
||||
Reference in New Issue
Block a user