mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: set SMAX during autotune test
This commit is contained in:
parent
819645d1f6
commit
9da11cd31d
@ -2008,6 +2008,7 @@ class AutoTestCopter(AutoTest):
|
||||
rlld = self.get_parameter("ATC_RAT_RLL_D")
|
||||
rlli = self.get_parameter("ATC_RAT_RLL_I")
|
||||
rllp = self.get_parameter("ATC_RAT_RLL_P")
|
||||
self.set_parameter("ATC_RAT_RLL_SMAX", 1)
|
||||
self.takeoff(10)
|
||||
|
||||
# hold position in loiter
|
||||
|
Loading…
Reference in New Issue
Block a user