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
1 changed files with 0 additions and 6 deletions

View File

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