Simple Qt app for experiments with MAVLink protocol and testing
- C++11 compatible compiler
- Qt5 development modules: Core Network SerialPort
- CMake 2.8.11 or greater
sudo apt-get install g++ cmake qtbase5-dev libqt5serialport5-dev
git clone --recursive https://github.com/MishkaRogachev/mavlink_experiments
Don't forget submodules
mkdir build
cd build
cmake ..
make