mirror of https://github.com/ArduPilot/ardupilot
autotest: remove hack to get dual-airspeed-autocal passing
This commit is contained in:
parent
e0023a99bc
commit
d6504bcaa8
|
@ -1727,8 +1727,6 @@ class AutoTestPlane(AutoTest):
|
||||||
self.progress("Ensure AIRSPEED_AUTOCAL in air")
|
self.progress("Ensure AIRSPEED_AUTOCAL in air")
|
||||||
self.assert_receive_message('AIRSPEED_AUTOCAL')
|
self.assert_receive_message('AIRSPEED_AUTOCAL')
|
||||||
self.wait_statustext("Airspeed 0 ratio reset", check_context=True, timeout=70)
|
self.wait_statustext("Airspeed 0 ratio reset", check_context=True, timeout=70)
|
||||||
# we only autocal the primary sensor?!
|
|
||||||
self.set_parameter('ARSPD_PRIMARY', 1)
|
|
||||||
self.wait_statustext("Airspeed 1 ratio reset", check_context=True, timeout=70)
|
self.wait_statustext("Airspeed 1 ratio reset", check_context=True, timeout=70)
|
||||||
self.fly_home_land_and_disarm()
|
self.fly_home_land_and_disarm()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue