mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: autotest: correct spline waypoint arming sequence
This commit is contained in:
parent
776c111d3c
commit
b207c2607e
@ -3454,9 +3454,9 @@ class AutoTestHeli(AutoTestCopter):
|
||||
self.load_mission("copter_spline_mission.txt")
|
||||
self.change_mode("LOITER")
|
||||
self.wait_ready_to_arm()
|
||||
self.arm_vehicle()
|
||||
self.progress("Raising rotor speed")
|
||||
self.set_rc(8, 2000)
|
||||
self.arm_vehicle()
|
||||
self.wait_seconds(20)
|
||||
self.change_mode("AUTO")
|
||||
self.set_rc(3, 1500)
|
||||
|
Loading…
Reference in New Issue
Block a user