Development Setup
- Create QGC folder
- Clone Dronecode QGroundControl repo: git clone https://github.com/mavlink/qgroundcontrol.git --recursive
- cd qgroundcontrol/
- git submodule update
- Open qgroundcontrol.pro, this will launch Qt Creator
- Select the Qt for iOS project, Build item
- Build it, Hammer button on bottom left
- In Finder, open the "build-qgroundcontrol-Qt_x_yy_zz_for_iOS-Debug" folder
- Select QGroundControl.xcodeproj to open up the project in Xcode
- 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:
- Website (qgroundcontrol.com)
- User Manual
- Developer Guide
- Discussion/Support
- Contributing
- License