Tools: fixed fast climb in SuperSimpleCircle test

1700 makes us climb much too far
This commit is contained in:
Andrew Tridgell 2020-10-21 14:02:32 +11:00
parent ca6da722a9
commit 86c558e735

View File

@ -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)