Skip to content

DebugKeyValue (UORB message)

TOPICS: debug_keyvalue

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
char[10]max. 10 characters as key / name
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)
char[10] key			# max. 10 characters as key / name
float32 value			# the value to send as debug output