mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
autotest: don't set a negative max pitch limit!
this didn't do well in the simulator :-)
This commit is contained in:
parent
11b13001f4
commit
bc4beb2345
@ -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…
Reference in New Issue
Block a user