mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: set SMAX during autotune test
This commit is contained in:
parent
facd9614b8
commit
fddd555b9a
@ -2018,6 +2018,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