Skip to content

DebugArray (UORB message)

TOPICS: debug_array

Fields

NameTypeUnit [Frame]Range/EnumDescription
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

NameTypeValueDescription
ARRAY_SIZEuint858

Source Message

Source file (GitHub)

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