lightware_laser: add option to listen to system to enable/disable distance sensor

This commit is contained in:
Konrad
2024-09-09 10:35:35 +02:00
committed by KonradRudin
parent 9ca0630376
commit e6f07bde2a
4 changed files with 22 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ set(msg_files
DebugVect.msg
DifferentialPressure.msg
DistanceSensor.msg
DistanceSensorModeChangeRequest.msg
Ekf2Timestamps.msg
EscReport.msg
EscStatus.msg
+5
View 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