SITL: remove redundant takeoff from copter test

This commit is contained in:
Randy Mackay 2015-04-16 18:07:54 +09:00
parent 49d3357e1d
commit a04bc263f6

View File

@ -1148,12 +1148,6 @@ def fly_ArduCopter(viewerip=None, map=False):
print(failed_test_msg) print(failed_test_msg)
failed = True failed = True
# takeoff
if not takeoff(mavproxy, mav, 10):
failed_test_msg = "takeoff failed"
print(failed_test_msg)
failed = True
# RTL # RTL
print("#") print("#")
print("########## Test RTL ##########") print("########## Test RTL ##########")