Browse Source

autotest: fly a bit higher in optical flow test

test was occasionally hitting the ground
c415-sdk
Andrew Tridgell 4 years ago
parent
commit
1a1ca7cca7
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -1757,7 +1757,7 @@ class AutoTestCopter(AutoTest): @@ -1757,7 +1757,7 @@ class AutoTestCopter(AutoTest):
self.reboot_sitl()
# we can't takeoff in loiter as we need flow healthy
self.takeoff(alt_min=3, mode='ALT_HOLD', require_absolute=False, takeoff_throttle=1800)
self.takeoff(alt_min=5, mode='ALT_HOLD', require_absolute=False, takeoff_throttle=1800)
self.change_mode('LOITER')
# speed should be limited to <10m/s

Loading…
Cancel
Save