Skip to content

DistanceSensorModeChangeRequest (UORB message)

TOPICS: distance_sensormode_changerequest

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64time since system start (microseconds)
request_on_offuint8request to disable/enable the distance sensor

Constants

参数名类型描述
REQUEST_OFFuint80
REQUEST_ONuint81

Source Message

Source file (GitHub)

Details

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