Tools: autotest manual control test requires 12 deg

adjusted down because of lower default angle_max
This commit is contained in:
Randy Mackay 2021-02-24 16:13:56 +09:00
parent 79c9b4b523
commit a35a7e1523

View File

@ -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")