mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 07:27:34 +08:00
rc.fw_defaults: reduce EPH/EPV failsafe values from 5x to 3x MC
This commit is contained in:
@@ -13,8 +13,8 @@ then
|
||||
# Default parameters for fixed wing UAVs.
|
||||
#
|
||||
param set COM_POS_FS_DELAY 5
|
||||
param set COM_POS_FS_EPH 25
|
||||
param set COM_POS_FS_EPV 50
|
||||
param set COM_POS_FS_EPH 15
|
||||
param set COM_POS_FS_EPV 30
|
||||
param set COM_POS_FS_GAIN 0
|
||||
param set COM_POS_FS_PROB 1
|
||||
param set COM_VEL_FS_EVH 5
|
||||
|
||||
Reference in New Issue
Block a user