Skip to content

DebugArray (UORB message)

TOPICS: debug_array

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
iduint16unique ID of debug array, used to discriminate between arrays
namechar[10]name of the debug array (max. 10 characters)
datafloat32[58]data

Constants

명칭형식Value설명
ARRAY_SIZEuint858

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint8 ARRAY_SIZE = 58
uint64 timestamp            # time since system start (microseconds)
uint16 id                   # unique ID of debug array, used to discriminate between arrays
char[10] name               # name of the debug array (max. 10 characters)
float32[58] data            # data