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

问题陈述

Which repositories define the MAVLink protocol and its main reference implementations for ground control and autopilots?

受众与前置条件

Integration engineers and protocol-level developers

分层技术路径

第 1 层

Protocol definition

The MAVLink message definitions and generator tooling.

必需

选择: Official protocol repository

第 2 层

Reference ground control

Ground station implementing the protocol end to end.

选择: Reference implementation maintained in the same ecosystem

第 3 层

Flight stack consumers

Autopilot stacks that implement the protocol.

必需

选择: Editorial review of each flight stack's documentation

验证序列

  1. Read the protocol version notes in the official repository.
  2. Trace message flow between a flight stack and the ground station in SITL.
  3. Check the docs of both sides before assuming a custom message will work.

已知边界

  • The protocol repository defines messages; implementation support varies by firmware version.
  • Custom message extensions require verification on both endpoints.