Browse Source

autotest: fixed the declination to match new compass

we now use the declination for Canberra
mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
9cba330eed
  1. 3
      Tools/autotest/ArduCopter.parm
  2. 1
      Tools/autotest/ArduPlane.parm

3
Tools/autotest/ArduCopter.parm

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
FRAME 0
MAG_ENABLE 1
LOG_BITMASK 4095
COMPASS_DEC 0.211
RC1_MAX 2000.000000
RC1_MIN 1000.000000
RC1_TRIM 1500.000000
@ -49,4 +50,4 @@ THR_FAILSAFE 1 @@ -49,4 +50,4 @@ THR_FAILSAFE 1
# RTL 6 !
# CIRCLE 7 !
# POSITION 8
# LAND 9 !
# LAND 9 !

1
Tools/autotest/ArduPlane.parm

@ -9,6 +9,7 @@ ARSPD_FBW_MAX 30 @@ -9,6 +9,7 @@ ARSPD_FBW_MAX 30
ARSPD_FBW_MIN 10
KFF_RDDRMIX 0.5
KFF_PTCHCOMP 0.3
COMPASS_DEC 0.211
THR_MAX 100
HDNG2RLL_D 0.5
HDNG2RLL_I 0.01

Loading…
Cancel
Save