mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-07 18:59:29 +08:00
6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8 request_on_off # request to disable/enable the distance sensor
|
|
uint8 REQUEST_OFF = 0
|
|
uint8 REQUEST_ON = 1
|