Tools: autotest manual control test requires 12 deg
adjusted down because of lower default angle_max
This commit is contained in:
parent
79c9b4b523
commit
a35a7e1523
@ -4897,7 +4897,7 @@ class AutoTestCopter(AutoTest):
|
||||
self.takeoff(10)
|
||||
|
||||
tstart = self.get_sim_time_cached()
|
||||
want_pitch_degrees = -20
|
||||
want_pitch_degrees = -12
|
||||
while True:
|
||||
if self.get_sim_time_cached() - tstart > 10:
|
||||
raise AutoTestTimeoutException("Did not reach pitch")
|
||||
|
Loading…
Reference in New Issue
Block a user