forked from Archive/PX4-Autopilot
VTOL defaults: increase tracking tolerance for VTOL planes
This commit is contained in:
parent
44872807b3
commit
72e34e02ef
|
@ -24,6 +24,7 @@ then
|
|||
param set MPC_TKO_SPEED 1
|
||||
param set MPC_VEL_MANUAL 3
|
||||
param set MPC_XY_CRUISE 3
|
||||
param set MPC_XY_ERR_MAX 5
|
||||
param set MPC_XY_VEL_MAX 4
|
||||
param set MPC_Z_VEL_MAX_DN 1.5
|
||||
param set MPC_JERK_MAX 4.5
|
||||
|
|
Loading…
Reference in New Issue