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

명칭형식Value설명
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