地面站终端 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.

41 lines
2.1 KiB

User Guide and DevGuide source migration to Stable v4_3 (#10882) * User guide migration to QGC source * Add google analytics - but need [GA4] Find your Google tag ID * Update (most) notes to use vitepress note syntax * Convert remaining notes, tips, warnings * Prettier all the files * Lower case and compress all images * Lower case filenames * docs_deploy1 * Disable platform builds on commit to docs (only) * Test deployment script 1 (#10893) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Add docs stablev4 3 (#10894) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Remove unused files
1 year ago
# 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](../../../assets/analyze/mavlink_inspector/mavlink_inspector.jpg)
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 ](../../../assets/analyze/menu_analyze_tool.png)
1. Select the **MAVLink Inspector** from the sidebar.
![MAVLink inspector menu](../../../assets/analyze/mavlink_inspector/mavlink_inspector_menu.jpg)
The view will start populating with messages as they are received.
1. Select a message to see its fields and their (dynamically updating) value:
![MAVLink inspector: message detail](../../../assets/analyze/mavlink_inspector/mavlink_inspector_message_details.jpg)
1. Add fields to charts by enabling the adjacent checkboxes (plot 1 is displayed below plot 2).
![MAVLink inspector: chart fields detail](../../../assets/analyze/mavlink_inspector/mavlink_inspector_plot1.jpg)
- 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](../../../assets/analyze/mavlink_inspector/mavlink_inspector_charted_messages.jpg)
- The _Scale_ and _Range_ are set to sensible values, but can be modified if needed.