Skip to content

DebugVect (UORB message)

TOPICS: debug_vect

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
namechar[10]max. 10 characters as key / name
xfloat32x value
yfloat32y value
zfloat32z value

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp	# time since system start (microseconds)
char[10] name           # max. 10 characters as key / name
float32 x               # x value
float32 y               # y value
float32 z               # z value