Skip to content

DistanceSensorModeChangeRequest (UORB message)

TOPICS: distance_sensormode_changerequest

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
request_on_offuint8request to disable/enable the distance sensor

Constants

NameTypeValueDescription
REQUEST_OFFuint80
REQUEST_ONuint81

Source Message

Source file (GitHub)

Click here to see original file
c
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