Browse Source

Landing now disarms automatically.

master
Jason Short 13 years ago
parent
commit
973b0b72c5
  1. 8
      Tools/autotest/arducopter.py

8
Tools/autotest/arducopter.py

@ -519,10 +519,10 @@ def fly_ArduCopter(viewerip=None): @@ -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

Loading…
Cancel
Save