Browse Source

Tools: Rework copter vibration failsafe autotest

Allow more time for descent when vibration affected.
gps-1.3.1
Paul Riseborough 3 years ago committed by Andrew Tridgell
parent
commit
74a7e3b64a
  1. 4
      Tools/autotest/arducopter.py

4
Tools/autotest/arducopter.py

@ -1072,8 +1072,8 @@ class AutoTestCopter(AutoTest):
self.wait_statustext("Vibration compensation ON", timeout=30) self.wait_statustext("Vibration compensation ON", timeout=30)
self.change_mode("LAND") self.change_mode("LAND")
# check vehicle descends to 2m or less within 30 seconds # check vehicle descends to 2m or less within 40 seconds
self.wait_altitude(-5, 2, timeout=30, relative=True) self.wait_altitude(-5, 2, timeout=40, relative=True)
# force disarm of vehicle (it will likely not automatically disarm) # force disarm of vehicle (it will likely not automatically disarm)
self.disarm_vehicle(force=True) self.disarm_vehicle(force=True)

Loading…
Cancel
Save