mirror of https://github.com/ArduPilot/ardupilot
SITL: remove redundant takeoff from copter test
This commit is contained in:
parent
49d3357e1d
commit
a04bc263f6
|
@ -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 ##########")
|
||||
|
|
Loading…
Reference in New Issue