mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 11:37:35 +08:00
lightware_laser: add option to listen to system to enable/disable distance sensor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 req_mode # requested mode of operation
|
||||
uint8 MODE_DISABLED = 0
|
||||
uint8 MODE_ENABLED = 1
|
||||
Reference in New Issue
Block a user