shadow1runner / qgroundcontrol

QGroundControl Ground Control Station with Obstacle Detection
https://bitbucket.org/shadow1runner/uavobstacledetection/
Other
0 stars 0 forks source link

QGroundControl Ground Control Station

Open Source Micro Air Vehicle Ground Control Station

Releases Travis Build Status Appveyor Build Status

Gitter

The license terms are set in the COPYING.md file.

Obtaining source code

Source code for QGroundControl is kept on GitHub: https://github.com/shadow1runner/qgroundcontrol.

git clone --recursive https://github.com/shadow1runner/qgroundcontrol.git

Each time you pull new source to your repository you should run git submodule update to get the latest submodules as well. Since QGroundControl uses submodules, using the zip file for source download will not work. You must use git.

User Manual

https://donlakeflyer.gitbooks.io/qgroundcontrol-user-guide/content/

Supported Builds

Native Builds

QGroundControl builds are supported for OSX, Linux, Windows, iOS and Android. QGroundControl uses Qt as its cross-platform support library and uses QtCreator as its default build environment.

Install QT

You need to install Qt as described below instead of using pre-built packages from say, a Linux distribution because QGroundControl needs access to private Qt headers.

Install additional packages:
Install 3rd party dependencies for Obstacle Avoidance
Building using Qt Creator
Configuring QGroundControl

Video Streaming

Check the Video Streaming directory for further instructions.