Dialect: paparazzi

This is a human-readable form of the XML definition file: paparazzi.

MAVLink 2 messages have an ID > 255 and are marked up using (MAVLink 2) in their description.

MAVLink 2 extension fields that have been added to MAVLink 1 messages are displayed in blue.

MAVLink Include Files: common.xml

The current MAVLink version is 2.3. The minor version numbers (after the dot) range from 1-255.

MAVLink Type Enumerations

MAVLink Commands (MAV_CMD)

MAVLink commands (MAV_CMD) and messages are different! These commands define the values of up to 7 parameters that are packaged INSIDE specific messages used in the Mission Protocol and Command Protocol. Use commands for actions in missions or if you need acknowledgment and/or retry logic from a request. Otherwise use messages.

MAVLink Messages

SCRIPT_ITEM ( #180 )

[Message] Message encoding a mission script item. This message is emitted upon a request for the next script item.

Field NameTypeDescription
target_systemuint8_tSystem ID
target_componentuint8_tComponent ID
sequint16_tSequence
namechar[50]The name of the mission script, NULL terminated.

SCRIPT_REQUEST ( #181 )

[Message] Request script item with the sequence number seq. The response of the system to this message should be a SCRIPT_ITEM message.

Field NameTypeDescription
target_systemuint8_tSystem ID
target_componentuint8_tComponent ID
sequint16_tSequence

SCRIPT_REQUEST_LIST ( #182 )

[Message] Request the overall list of mission items from the system/component.

Field NameTypeDescription
target_systemuint8_tSystem ID
target_componentuint8_tComponent ID

SCRIPT_COUNT ( #183 )

[Message] This message is emitted as response to SCRIPT_REQUEST_LIST by the MAV to get the number of mission scripts.

Field NameTypeDescription
target_systemuint8_tSystem ID
target_componentuint8_tComponent ID
countuint16_tNumber of script items in the sequence

SCRIPT_CURRENT ( #184 )

[Message] This message informs about the currently active SCRIPT.

Field NameTypeDescription
sequint16_tActive Sequence

results matching ""

    No results matching ""