Files
mavlink-devguide/en/about/implementations.md
T
Hamish Willee b6c49b2cd1 Test migration to vitepress (#551)
* Add package/.vitepress folders - more work to be done

* Fix up config and add site/favicons

* Update styles for wide tables

* Rename English files from README.md to index.md

* Add root home page

* Update .gitignore for vitepress

* Delete unused: travis, book, redirects

* Fix up all Notes

* Warnings and notes - convert to github format

* Add running workflow

* Add yarn lock file

* Fix up links README.md to index.md

* Add lock files
2024-11-27 16:59:53 +11:00

3.4 KiB

MAVLink Implementations

Many autopilots, ground stations, integration APIs, projects and other software packages use MAVLink. A non-exhaustive list of some users/contributors of this project is given below.

Autopilots

The following autopilots are known to support MAVLink and are actively being developed (last release less than a year ago).

Ground Stations

A number of higher level APIs have been written to simplify interacting with MAVLink autopilots, cameras, ground stations, etc. (MAVLink is a relatively low-level API). These wrappers typically provide implementations of the main microservices and simple/specific interfaces for sending commands and accessing vehicle information.

The list here contains actively maintained implementations:

These projects have some activity but are not as well maintained:

Research Projects