From c890144158e510656ddf09e8cf4aa1fa7db27ec2 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 17 Sep 2018 14:07:10 +1000 Subject: [PATCH 1/2] Add FAQ about message support --- en/about/faq.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/en/about/faq.md b/en/about/faq.md index 09ff4dc63..fc7d41286 100644 --- a/en/about/faq.md +++ b/en/about/faq.md @@ -15,6 +15,24 @@
How reliable is MAVLink?
Very. MAVLink has been used since 2009 to communicate between many different vehicles, ground stations (and other nodes) over varied and challenging communication channels (high latency/noise). It provides methods for detecting packet drops, and the well-established ITU X.25 checksum for packet corruption detection.
+ +
How can I tell which messages are supported by a particular system?
+
+ Each system is expected to document its own support for MAVLink microservices, messages and commands. + + Unfortunately this information is often unavailable and/or difficult to infer from code. + Some links/information that you may find helpful are provided below: + + +
+ From cd1eca5f1d865aba4f0a0e6620b1af5aa962fd42 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 20 Sep 2018 18:35:27 +1000 Subject: [PATCH 2/2] Fix typo --- en/about/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/about/faq.md b/en/about/faq.md index ace34bdae..0ce213aa7 100644 --- a/en/about/faq.md +++ b/en/about/faq.md @@ -14,7 +14,7 @@
MAVLink has been shown to work on multiple microcontrollers and operating systems, including ARM7, ATMega, dsPic, STM32 and Windows, Linux, MacOS, Android and iOS.
How reliable is MAVLink?
-
Very. MAVLink has been used since 2009 to communicate between many different vehicles, ground stations (and other nodes) over varied and challenging communication channels (high latency/noise). It provides methods for detecting packet drops, and the well-established ITU X.25 checksum for packet corruption detection.Very. MAVLink has been used since 2009 to communicate between many different vehicles, ground stations (and other nodes) over varied and challenging communication channels (high latency/noise). It provides methods for detecting packet drops, and the well-established ITU X.25 checksum for packet corruption detection.
How can I tell which messages are supported by a particular system?