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

aviant-tech/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

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:

Running unit tests

Guide

Update the latest QGC version in AWS

You need to have an AWS account with the necessary permissions for ECRPublic and configure the AWS CLI.

  1. Log in to AWS ecr public: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
  2. Pull the desired release (image tag) you want to set to latest: docker pull public.ecr.aws/m7l5v7s4/qgroundcontrol:<release version>
  3. Tag the release as "latest": docker tag public.ecr.aws/m7l5v7s4/qgroundcontrol:<release version> public.ecr.aws/m7l5v7s4/qgroundcontrol:latest
  4. Push the "latest" tag: docker push public.ecr.aws/m7l5v7s4/qgroundcontrol:latest
  5. Log out of AWS ecr public: docker logout public.ecr.aws

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++ 42.9%
  • C 31.8%
  • QML 17.8%
  • Shell 2.9%
  • CMake 1.1%
  • Java 1.0%
  • Other 2.5%