AUTO-SYNC 索引每 12 小时刷新 · 证据关联
数据发布 v20260809_054841 生成于 2026-08-09 方法论 报告缺失资源

问题定义

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

步骤({count})

  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.

指南

Trace

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

判断标准

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

常见风险

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

检查表({count})

相关技术资源

COM
Solution Recipe

mavlink/mavlink

Official Confirmed

Marshalling / communication library for drones.

communication links
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/8/2026
GCS
Ground Control Station

mavlink/qgroundcontrol

Official Confirmed

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

ardupilotdronehacktoberfestmavlinkpixhawkpx4qtuasuav
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/8/2026
FC
Flight Stack

PX4/PX4-Autopilot

Official Confirmed

PX4 Autopilot Software

autonomousautopilotavoidanceddsdronedronecodedronesfixed-wingmavlinkmavrosmulticopterpixhawkpx4qgroundcontrolrosros2uasuavugv
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/8/2026
FC
Flight Stack

ArduPilot/ardupilot

Official Confirmed

ArduPlane, ArduCopter, ArduRover, ArduSub source

arducopterardupilotarduplanearduroverardusubautopilotauvcopterdronedronekitmavlinkplaneroboticsrosrovroversubuasuavugv
Maintenance: Active Verification: official_confirmed Commercial: unknown Checked: 8/8/2026

后续步骤