/lw-mavsdk

Lightweight MAVSDK - a pure C library that provides lightweight mavlink communication to a vehicle

Primary LanguageCApache License 2.0Apache-2.0

lw-mavsdk

Lightweight MAVSDK - a pure C library that provides lightweight mavlink communication to a vehicle

Design

Design

Build

Clone this repository and then:

git submodule update --init --recursive

Then build with CMake:

mkdir build
cd build
cmake ..

Build the library:

make lwmavsdk

Build the test suite and examples:

make main-*

make test-*