AUTO-SYNC Index refreshed every 12h · Evidence-linked
Data release v20260813_023741 Generated 2026-08-13 Methodology Report missing resource

Problem definition

I am integrating MAVLink-based components and need to know which repositories define the protocol and its reference implementations.

Steps

  1. Start at the protocol repository

    Open the MAVLink repository and note the message set and version it defines.

  2. Trace the ground station

    Open the QGroundControl repository and identify which protocol dialects it implements.

  3. Confirm both endpoints

    For each flight stack, verify protocol support in its official documentation before wiring components together.

Guide

Trace

Start at the MAVLink and QGroundControl SourceRef records, then verify compatibility in the upstream documentation.

Judgment criteria

  • Each integration hop has a documented source.
  • Protocol version differences are checked against both sides' documentation.

Common risks

  • Assuming two MAVLink components interoperate without checking their documented dialects.
  • Treating a repository README as the full protocol contract.

Checklist

Related technical resources

COM
Solution Recipe

mavlink/mavlink

Official Confirmed

Marshalling / communication library for drones.

Core topic Communication Links
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/13/2026
GCS
Ground Control Station

mavlink/qgroundcontrol

Official Confirmed

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)

Core topic Gcs Ground Station ArdupilotDrone
Show 7 more keywords Hide keywords
HacktoberfestMavlinkPixhawkPx4QtUasUav
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/13/2026
FC
Flight Stack

PX4/PX4-Autopilot

Official Confirmed

PX4 Autopilot Software

Core topic Flight Control AutonomousAutopilot
Show 17 more keywords Hide keywords
AvoidanceDdsDroneDronecodeDronesFixed-WingMavlinkMavrosMulticopterPixhawkPx4QgroundcontrolRosRos2UasUavUgv
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/13/2026
FC
Flight Stack

ArduPilot/ardupilot

Official Confirmed

ArduPlane, ArduCopter, ArduRover, ArduSub source

Core topic Flight Control ArducopterArdupilot
Show 18 more keywords Hide keywords
ArduplaneArduroverArdusubAutopilotAuvCopterDroneDronekitMavlinkPlaneRoboticsRosRovRoverSubUasUavUgv
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/13/2026

Next steps