Skip to content

GeofenceStatus (повідомлення UORB)

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