forked from Archive/PX4-Autopilot
Retune h480
This commit is contained in:
parent
3e84def1e2
commit
4a76f608ac
|
@ -10,7 +10,11 @@ sh /etc/init.d/rc.mc_defaults
|
|||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
param set MC_PITCHRATE_P 0.1
|
||||
param set MC_ROLLRATE_P 0.05
|
||||
param set MC_PITCHRATE_I 0.05
|
||||
param set MC_PITCH 6.0
|
||||
param set MC_ROLLRATE_P 0.15
|
||||
param set MC_ROLLRATE_I 0.1
|
||||
param set MC_ROLL 6.0
|
||||
param set MPC_XY_VEL_I 0.2
|
||||
param set MPC_XY_VEL_P 0.15
|
||||
|
||||
|
|
Loading…
Reference in New Issue