Browse Source

autotest: SuperSimpleCircle: increase throttle while rolling in stab

We're hitting the ground...
zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
977ec1a7d6
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -1488,7 +1488,7 @@ class AutoTestCopter(AutoTest): @@ -1488,7 +1488,7 @@ class AutoTestCopter(AutoTest):
# switch to stabilize mode
self.change_mode("STABILIZE")
self.set_rc(3, 1500)
self.set_rc(3, 1700)
# start copter yawing slowly
self.set_rc(4, 1550)

Loading…
Cancel
Save