mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Frams_params: updates for new pos controller for skyviper
This commit is contained in:
parent
88d53aaa92
commit
330fa815e8
@ -215,10 +215,10 @@ RC3_DZ 15
|
|||||||
RC4_DZ 15
|
RC4_DZ 15
|
||||||
|
|
||||||
# pos control
|
# pos control
|
||||||
POS_XY_P 0.7
|
PSC_POSXY_P 0.7
|
||||||
VEL_XY_I 0.3
|
PSC_VELXY_I 0.3
|
||||||
VEL_XY_P 0.6
|
PSC_VELXY_P 0.6
|
||||||
VEL_XY_FILT_HZ 1.0
|
PSC_VELXY_FILT 1.0
|
||||||
WPNAV_LOIT_JERK 4000
|
WPNAV_LOIT_JERK 4000
|
||||||
WPNAV_LOIT_MAXA 800
|
WPNAV_LOIT_MAXA 800
|
||||||
WPNAV_LOIT_MINA 250
|
WPNAV_LOIT_MINA 250
|
||||||
|
@ -214,10 +214,11 @@ RC3_DZ 15
|
|||||||
RC4_DZ 15
|
RC4_DZ 15
|
||||||
|
|
||||||
# pos control
|
# pos control
|
||||||
POS_XY_P 0.7
|
# pos control
|
||||||
VEL_XY_I 0.3
|
PSC_POSXY_P 0.7
|
||||||
VEL_XY_P 0.6
|
PSC_VELXY_I 0.3
|
||||||
VEL_XY_FILT_HZ 1.0
|
PSC_VELXY_P 0.6
|
||||||
|
PSC_VELXY_FILT 1.0
|
||||||
WPNAV_LOIT_JERK 4000
|
WPNAV_LOIT_JERK 4000
|
||||||
WPNAV_LOIT_MAXA 800
|
WPNAV_LOIT_MAXA 800
|
||||||
WPNAV_LOIT_MINA 250
|
WPNAV_LOIT_MINA 250
|
||||||
|
Loading…
Reference in New Issue
Block a user