Browse Source

autotest: test SITL airspeed sensor backend

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
069fdfae60
  1. 1
      Tools/autotest/arduplane.py

1
Tools/autotest/arduplane.py

@ -2498,6 +2498,7 @@ function''' @@ -2498,6 +2498,7 @@ function'''
airspeed_sensors = [
("MS5525", 3, 1),
("DLVR", 7, 2),
("SITL", 100, 0),
]
for (name, t, bus) in airspeed_sensors:
self.context_push()

Loading…
Cancel
Save