Browse Source

Tools: fixed fast climb in SuperSimpleCircle test

1700 makes us climb much too far
zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
86c558e735
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

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

Loading…
Cancel
Save