Files
PX4-Autopilot/msg/DistanceSensorModeChangeRequest.msg

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