Skip to content

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)

License

Notifications You must be signed in to change notification settings

3drobotics/qgroundcontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QGroundControl Ground Control Station

Releases Travis Build Status Appveyor Build Status

Gitter

Development Setup

  1. Create QGC folder
  2. Clone Dronecode QGroundControl repo: git clone https://github.com/mavlink/qgroundcontrol.git --recursive
  3. cd qgroundcontrol/
  4. git submodule update
  5. Open qgroundcontrol.pro, this will launch Qt Creator
  6. Select the Qt for iOS project, Build item
  7. Build it, Hammer button on bottom left
  8. In Finder, open the "build-qgroundcontrol-Qt_x_yy_zz_for_iOS-Debug" folder
  9. Select QGroundControl.xcodeproj to open up the project in Xcode
  10. Build and run the app

Camera and Video https://github.com/mavlink/qgroundcontrol/blob/master/src/VideoStreaming/README.md

Strip Frameworks This build requires the strip-frameworks.sh file to be placed in the AFNetworking.framework folder

  • bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework/strip-frameworks.sh"

App Settings For Yuneec ST10C and Mantis RC *MFi Setup Comm: Add Comm Link for listening port = 14540

  • Video streaming: Settings>General>Video Source = RTSP, RTSP URL = rtsp://192.168.42.1:554/live, Aspect Ratio=1.5

QGroundControl (QGC) is an intuitive and powerful ground control station (GCS) for UAVs.

The primary goal of QGC is ease of use for both first time and professional users. It provides full flight control and mission planning for any MAVLink enabled drone, and vehicle setup for both PX4 and ArduPilot powered UAVs. Instructions for using QGroundControl are provided in the User Manual (you may not need them because the UI is very intuitive!)

All the code is open-source, so you can contribute and evolve it as you want. The Developer Guide explains how to build and extend QGC.

Key Links:

About

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.5%
  • C 18.4%
  • Makefile 12.8%
  • QML 10.1%
  • Shell 2.1%
  • Objective-C 1.4%
  • Other 2.7%