mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Tools: add simulated LightWare serial lidar talking new binary protocol
This commit is contained in:
parent
ff46541604
commit
de226c69ab
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user