mirror of https://github.com/ArduPilot/ardupilot
autotest: FAST_ATTITUDE looks at ANG now
This commit is contained in:
parent
3bbf4e6b33
commit
202de8cc40
|
@ -10225,7 +10225,7 @@ class AutoTestCopter(vehicle_test_suite.TestSuite):
|
||||||
self.delay_sim_time(10) # NFI why this is required
|
self.delay_sim_time(10) # NFI why this is required
|
||||||
|
|
||||||
self.check_dflog_message_rates(path, {
|
self.check_dflog_message_rates(path, {
|
||||||
'ATT': 400,
|
'ANG': 400,
|
||||||
})
|
})
|
||||||
|
|
||||||
def BaseLoggingRates(self):
|
def BaseLoggingRates(self):
|
||||||
|
|
Loading…
Reference in New Issue