Skip to content

MavlinkLog (UORB message)

TOPICS: mavlink_log

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
textchar[127]
severityuint8log level (same as in the linux kernel, starting with 0)

Constants

NameTypeValueDescription
ORB_QUEUE_LENGTHuint88

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp		# time since system start (microseconds)

char[127] text
uint8 severity # log level (same as in the linux kernel, starting with 0)

uint8 ORB_QUEUE_LENGTH = 8