Browse Source

autotest: fixed arm delay in replay test

thanks to Peter
zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
00cfc1932f
  1. 1
      Tools/autotest/arducopter.py

1
Tools/autotest/arducopter.py

@ -5333,6 +5333,7 @@ class AutoTestCopter(AutoTest): @@ -5333,6 +5333,7 @@ class AutoTestCopter(AutoTest):
self.progress("Current log path: %s" % str(current_log_filepath))
self.change_mode("LOITER")
self.wait_ready_to_arm(require_absolute=True)
self.arm_vehicle()
self.takeoffAndMoveAway()
self.do_RTL()

Loading…
Cancel
Save