mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 09:33:51 +08:00
lightware_laser: add option to listen to system to enable/disable distance sensor
This commit is contained in:
5
msg/DistanceSensorModeChangeRequest.msg
Normal file
5
msg/DistanceSensorModeChangeRequest.msg
Normal file
@@ -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