Skip to content

DebugValue (UORB message)

TOPICS: debug_value

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
indint8index of debug variable
valuefloat32the value to send as debug output

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp	# time since system start (microseconds)
int8 ind                # index of debug variable
float32 value           # the value to send as debug output