Skip to content
Snippets Groups Projects
Commit 1450c3f5 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

autotest: fixed overshoot due to low resolution log timing

parent 2e11584f
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ def fly_left_circuit(mavproxy, mav):
return False
mavproxy.send('rc 1 1500\n')
print("Starting leg %u" % i)
if not wait_distance(mav, 100):
if not wait_distance(mav, 100, accuracy=20):
return False
print("Circuit complete")
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment