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