|
|
|
@ -86,7 +86,6 @@ def fly_RTL(mavproxy, mav):
@@ -86,7 +86,6 @@ def fly_RTL(mavproxy, mav):
|
|
|
|
|
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') |
|
|
|
|
|
|
|
|
|