Skip to content

Simple Qt app for experiments with MAVLink protocol and testing

License

Notifications You must be signed in to change notification settings

MishkaRogachev/mavlink_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

Fedora/CentOS/RHEL users can use dnf:

sudo dnf install g++ cmake qt5-devel qt5-qtserialbus-devel qt5-qtlocation

Cloning

git clone --recurse-submodules 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