Skip to content

GeofenceStatus (UORB message)

TOPICS: geofence_status

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64time since system start (microseconds)
geofence_iduint32loaded geofence id
statusuint8Current geofence status

Constants

参数名类型描述
GF_STATUS_LOADINGuint80
GF_STATUS_READYuint81

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp                        # time since system start (microseconds)

uint32 geofence_id 			# loaded geofence id
uint8 status 				# Current geofence status

uint8 GF_STATUS_LOADING = 0
uint8 GF_STATUS_READY = 1