From de226c69ab953d07f979dfe3d9f4900f4af205c3 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 30 Jun 2020 21:10:28 +1000 Subject: [PATCH] Tools: add simulated LightWare serial lidar talking new binary protocol --- Tools/autotest/arducopter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index a413add4ba..d50305e37d 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -4882,7 +4882,8 @@ class AutoTestCopter(AutoTest): self.set_parameter("RTL_ALT", 500) self.set_parameter("RTL_ALT_TYPE", 1) drivers = [ - ("lightwareserial",8), + ("lightwareserial",8), # autodetected between this and -binary + ("lightwareserial-binary",8), ("ulanding_v0", 11), ("ulanding_v1", 11), ("leddarone", 12),