Browse Source

autotest: don't set a negative max pitch limit!

this didn't do well in the simulator :-)
master
Andrew Tridgell 13 years ago
parent
commit
75772b83cf
  1. 2
      Tools/autotest/ArduPlane.parm

2
Tools/autotest/ArduPlane.parm

@ -5,7 +5,7 @@ TRIM_ARSPD_CM 2200 @@ -5,7 +5,7 @@ TRIM_ARSPD_CM 2200
TRIM_PITCH_CD 0
TRIM_THROTTLE 70
LIM_PITCH_MIN -3000
LIM_PITCH_MAX -3500
LIM_PITCH_MAX 3500
LIM_ROLL_CD 7000
ARSPD_ENABLE 1
ARSP2PTCH_I 0.1

Loading…
Cancel
Save