From 977ec1a7d6bf791b884258aa919304561998b6e8 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 4 Jul 2020 16:13:23 +1000 Subject: [PATCH] autotest: SuperSimpleCircle: increase throttle while rolling in stab We're hitting the ground... --- Tools/autotest/arducopter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index 8e8cefd309..52ca115901 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -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)