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