Skip to content

DebugVect (UORB message)

TOPICS: debug_vect

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
namechar[10]max. 10 characters as key / name
xfloat32x value
yfloat32y value
zfloat32z value

Source Message

Source file (GitHub)

Details

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