mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Tools/autotest: rework arming and takeoff mode change order
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
This commit is contained in:
parent
3d4ea4ec37
commit
db64d85a18
@ -1732,8 +1732,8 @@ class AutoTestPlane(AutoTest):
|
|||||||
"SIM_WIND_DIR": 0,
|
"SIM_WIND_DIR": 0,
|
||||||
"ARSPD_WIND_MAX":15,
|
"ARSPD_WIND_MAX":15,
|
||||||
})
|
})
|
||||||
self.wait_ready_to_arm()
|
|
||||||
self.change_mode("TAKEOFF")
|
self.change_mode("TAKEOFF")
|
||||||
|
self.wait_ready_to_arm()
|
||||||
self.arm_vehicle()
|
self.arm_vehicle()
|
||||||
self.delay_sim_time(60)
|
self.delay_sim_time(60)
|
||||||
# simulate the effect of a blocked pitot tube
|
# simulate the effect of a blocked pitot tube
|
||||||
|
Loading…
Reference in New Issue
Block a user