mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08: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:
|
||||
alt_max = alt + 30
|
||||
|
||||
self.mavproxy.send('switch 4\n')
|
||||
self.wait_mode('FBWA')
|
||||
self.change_mode("FBWA")
|
||||
|
||||
self.wait_ready_to_arm()
|
||||
self.arm_vehicle()
|
||||
|
Loading…
Reference in New Issue
Block a user