mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
autotest: fixed timeout waiting for LOITER
This commit is contained in:
parent
9cf70fe3f7
commit
0d6e8e9c0d
@ -86,7 +86,6 @@ def fly_RTL(mavproxy, mav):
|
|||||||
def fly_LOITER(mavproxy, mav, num_circles=4):
|
def fly_LOITER(mavproxy, mav, num_circles=4):
|
||||||
'''loiter where we are'''
|
'''loiter where we are'''
|
||||||
print("Testing LOITER for %u turns" % num_circles)
|
print("Testing LOITER for %u turns" % num_circles)
|
||||||
mavproxy.send('switch 3\n')
|
|
||||||
mavproxy.send('loiter\n')
|
mavproxy.send('loiter\n')
|
||||||
wait_mode(mav, 'LOITER')
|
wait_mode(mav, 'LOITER')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user