Skip to content

Simple Qt app for experiments with MAVLink protocol and testing

License

Notifications You must be signed in to change notification settings

maxbec/mavlink_experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mavlink_experiments

Simple Qt app for experiments with MAVLink protocol and testing

Dependencies

  • C++11 compatible compiler
  • Qt5 development modules: Core Network SerialPort
  • CMake 2.8.11 or greater

Ubuntu users can use apt:

  sudo apt-get install g++ cmake qtbase5-dev libqt5serialport5-dev

Cloning

git clone --recursive https://github.com/MishkaRogachev/mavlink_experiments

Don't forget submodules

Building

mkdir build
cd build
cmake ..
make

About

Simple Qt app for experiments with MAVLink protocol and testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • CMake 7.0%