/UDenverQGC

The University of Denver QGroundControl

Primary LanguageC++OtherNOASSERTION

UDenver QGroundControl Open Source Micro Air Vehicle Ground Control Station

Original Project: http://qgroundcontrol.org

Original Repositories: http://github.com/mavlink/qgroundcontrol http://github.com/mavlink/mavlink

Credits: http://qgroundcontrol.org/credits



Linux

  1. To build on Linux, make sure you have the 'UDenverMavlink' folder at the same level as the 'UDenverQGC' folder.

     sudo apt-get install phonon libqt4-dev \
     libphonon-dev libphonon4 phonon-backend-gstreamer \
     qtcreator libsdl1.2-dev libflite1 flite1-dev build-essential \
     libqt4-opengl-dev libqtwebkit-dev openscenegraph libosgearth-dev libosgearth2
    

To Build Using QTCreator

  1. Ubuntu Application Menu -> Development -> Qt Creator
  2. QtCreator Menu File -> Open File or Project..
  3. Open qgroundcontrol/qgroundcontrol.pro
  4. Press the green play button to compile and launch it
  5. Done.

To Build From Command Line

  1. Build with:

     qmake qgroundcontrol.pro
     make
    
  2. Run with:

     release/qgroundcontrol