Tools: fixed fast climb in SuperSimpleCircle test
1700 makes us climb much too far
This commit is contained in:
parent
ca6da722a9
commit
86c558e735
@ -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…
Reference in New Issue
Block a user