Skip to content

DebugValue (UORB message)

TOPICS: debug_value

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
indint8index of debug variable
valuefloat32the value to send as debug output

Source Message

Source file (GitHub)

Details

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