mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Retune h480
This commit is contained in:
committed by
Daniel Agar
parent
3e84def1e2
commit
4a76f608ac
@@ -10,7 +10,11 @@ sh /etc/init.d/rc.mc_defaults
|
|||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
param set MC_PITCHRATE_P 0.1
|
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_I 0.2
|
||||||
param set MPC_XY_VEL_P 0.15
|
param set MPC_XY_VEL_P 0.15
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user