Dialect: paparazzi

This topic documents the version of the dialect file in the mavlink/mavlink Github repository, which may not be up to date with the file in the source repository (it is up to the dialect owner to push changes when needed). The source repo should be listed in the comments at the top of the XML definition file listed below (but may not be).

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

  • MAVLink 2 extension fields are displayed in blue.
  • Entities from dialects are displayed only as headings (with link to original)

Protocol version: 3

Summary

TypeDefinedIncluded
Messages5225
Enums0143
Commands1640

The following sections list all entities in the dialect (both included and defined in this file).

Messages

SCRIPT_ITEM (180)

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)

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)

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

Field NameTypeDescription
target_systemuint8_tSystem ID
target_componentuint8_tComponent ID

SCRIPT_COUNT (183)

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)

This message informs about the currently active SCRIPT.

Field NameTypeDescription
sequint16_tActive Sequence

Enumerated Types

Commands (MAV_CMD)

results matching ""

    No results matching ""