mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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)
|
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 ##########")
|
||||||
|
Loading…
Reference in New Issue
Block a user