mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
Tools: autotest: remove switch position assumption from takeoff
This commit is contained in:
parent
5871cdad23
commit
7fd52a12cf
@ -81,8 +81,7 @@ class AutoTestPlane(AutoTest):
|
|||||||
if alt_max is None:
|
if alt_max is None:
|
||||||
alt_max = alt + 30
|
alt_max = alt + 30
|
||||||
|
|
||||||
self.mavproxy.send('switch 4\n')
|
self.change_mode("FBWA")
|
||||||
self.wait_mode('FBWA')
|
|
||||||
|
|
||||||
self.wait_ready_to_arm()
|
self.wait_ready_to_arm()
|
||||||
self.arm_vehicle()
|
self.arm_vehicle()
|
||||||
|
Loading…
Reference in New Issue
Block a user