mirror of https://github.com/ArduPilot/ardupilot
autotest: set SMAX during autotune test
This commit is contained in:
parent
0c38b3f456
commit
ae1f274919
|
@ -2018,6 +2018,7 @@ class AutoTestCopter(AutoTest):
|
||||||
rlld = self.get_parameter("ATC_RAT_RLL_D")
|
rlld = self.get_parameter("ATC_RAT_RLL_D")
|
||||||
rlli = self.get_parameter("ATC_RAT_RLL_I")
|
rlli = self.get_parameter("ATC_RAT_RLL_I")
|
||||||
rllp = self.get_parameter("ATC_RAT_RLL_P")
|
rllp = self.get_parameter("ATC_RAT_RLL_P")
|
||||||
|
self.set_parameter("ATC_RAT_RLL_SMAX", 1)
|
||||||
self.takeoff(10)
|
self.takeoff(10)
|
||||||
|
|
||||||
# hold position in loiter
|
# hold position in loiter
|
||||||
|
|
Loading…
Reference in New Issue