Skip to content

MavlinkLog (UORB message)

TOPICS: mavlink_log

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64time since system start (microseconds)
textchar[127]
severityuint8log level (same as in the linux kernel, starting with 0)

Constants

参数名类型描述
ORB_QUEUE_LENGTHuint88

Source Message

Source file (GitHub)

Details

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