地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2.1 KiB

MAVLink Inspector

The MAVLink Inspector provides real-time information and charting of MAVLink traffic received by QGroundControl.

::: warning This feature is intended primarily for autopilot developers/vehicle creators. It is only supported on desktop builds (Windows, Linux, Mac OS). :::

MAVLink inspector

The inspector lists all received messages for the current vehicle, along with their source component id and update frequency. You can drill down into individual messages to get the message id, source component id, and the values of all the individual fields. You can also chart field values in real time, selecting multiple fields from multiple messages to display on one of two charts.

To use the MAVLink Inspector:

  1. Open Analyze View by selecting the QGroundControl application menu ("Q" icon in top left corner) and then choosing the Analyze Tools button (from the Select Tool popup). Analyze

  2. Select the MAVLink Inspector from the sidebar.

    MAVLink inspector menu

    The view will start populating with messages as they are received.

  3. Select a message to see its fields and their (dynamically updating) value:

    MAVLink inspector: message detail

  4. Add fields to charts by enabling the adjacent checkboxes (plot 1 is displayed below plot 2).

    MAVLink inspector: chart fields detail

    • Fields can be added to only one chart.

    • A chart can have multiple fields, and fields from multiple messages (these are listed above each chart). Messages containing fields that are being charted are highlighted with an asterisk.

      MAVLink inspector: chart fields detail

    • The Scale and Range are set to sensible values, but can be modified if needed.