ma-ramezani / JAGCS

Just another ground control station

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAGCS

Joint architecture ground control station. Or just another ground control station:)

Build Status

Gitter

alt tag

Can be used as ground software for the MAVLink compatible drones, but other information protocols can be integrated. Build with Qt and works on Windows/Linux/Android(Mac support will be later).

Source code

Clone using git with command

git clone --recursive https://github.com/MishkaRogachev/JAGCS.git

Dependencies

  • C++14 compiler
  • Qt 5.9 or higher
  • CMake 3.0 or higher

GCC version 4.9 or higher required for MapBox GL QtLocation plugin ANGLE API is required for MapBox GL under windows

Building desktop(Windows/Linux/Mac) application

mkdir build
cd build
cmake ..
make

About

Just another ground control station

License:GNU General Public License v3.0


Languages

Language:C++ 72.9%Language:QML 25.7%Language:CMake 1.3%Language:Shell 0.2%Language:C 0.0%