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

autotest: forced loiter via 2nd method

parent 0b8dca31
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ def fly_LOITER(mavproxy, mav, num_circles=4):
'''loiter where we are'''
print("Testing LOITER for %u turns" % num_circles)
mavproxy.send('switch 3\n')
mavproxy.send('loiter\n')
wait_mode(mav, 'LOITER')
while num_circles > 0:
if not wait_heading(mav, 0):
......
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