Skip to content
Snippets Groups Projects
Commit 0bf59448 authored by Jason Short's avatar Jason Short
Browse files

Landing now disarms automatically.

parent 2a8044c6
No related branches found
No related tags found
No related merge requests found
......@@ -519,10 +519,10 @@ def fly_ArduCopter(viewerip=None):
print("land failed")
failed = True
print("# disarm motors")
if not disarm_motors(mavproxy, mav):
print("disarm_motors failed")
failed = True
#print("# disarm motors")
#if not disarm_motors(mavproxy, mav):
# print("disarm_motors failed")
# failed = True
except pexpect.TIMEOUT, e:
failed = 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