Skip to content

API and library for PX4 Autopilot using MAVLink written in C++11

License

Notifications You must be signed in to change notification settings

avinash-palleti/DroneCore

 
 

Repository files navigation

DroneCore

Description

DroneCore is an API and library for the PX4 flight stack using Mavlink.

It is written in C++ and aiming to be:

  • Easy to use with a simple API.
  • Fast and lightweight.
  • Cross-platform (Linux, Mac, Windows, iOS, Android).
  • Extensible (using compile-time plugins).

Roadmap

The next steps will be:

  • Add Camera settings and actions interface.
  • Add language bindings for Android, iOS, and Python

Interfacing

DroneCore currently takes care of the mavlink messaging using a UDP network connection to the drone. Connecting via TCP, or serial is planned but not implemeted yet.

The library provides both synchronous (blocking) API calls, as well as asynchronous API calls using callbacks.

API overview

Build instructions, usage

Instructions how to build the library and how to write an example can be found in docs/build.md.

FAQ

Find a FAQ in docs/faq.md.

License

The DroneCore project is licensed under the permissive BSD 3-clause, see LICENSE.md.

Authors

See AUTHORS.md.

About

API and library for PX4 Autopilot using MAVLink written in C++11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.8%
  • CMake 6.4%
  • Shell 1.5%
  • Makefile 1.2%
  • C 0.1%