forked from Archive/PX4-Autopilot
Merge pull request #717 from PX4/iris_hotfix
Iris parameter hotfix: Dropped default gains
This commit is contained in:
commit
072be2c730
|
@ -10,11 +10,11 @@ sh /etc/init.d/rc.mc_defaults
|
||||||
if [ $DO_AUTOCONFIG == yes ]
|
if [ $DO_AUTOCONFIG == yes ]
|
||||||
then
|
then
|
||||||
# TODO tune roll/pitch separately
|
# TODO tune roll/pitch separately
|
||||||
param set MC_ROLL_P 9.0
|
param set MC_ROLL_P 7.0
|
||||||
param set MC_ROLLRATE_P 0.13
|
param set MC_ROLLRATE_P 0.13
|
||||||
param set MC_ROLLRATE_I 0.0
|
param set MC_ROLLRATE_I 0.0
|
||||||
param set MC_ROLLRATE_D 0.004
|
param set MC_ROLLRATE_D 0.004
|
||||||
param set MC_PITCH_P 9.0
|
param set MC_PITCH_P 7.0
|
||||||
param set MC_PITCHRATE_P 0.13
|
param set MC_PITCHRATE_P 0.13
|
||||||
param set MC_PITCHRATE_I 0.0
|
param set MC_PITCHRATE_I 0.0
|
||||||
param set MC_PITCHRATE_D 0.004
|
param set MC_PITCHRATE_D 0.004
|
||||||
|
|
Loading…
Reference in New Issue