# SimpGCS **Repository Path**: pi-lab/SimpGCS ## Basic Information - **Project Name**: SimpGCS - **Description**: Simple Ground Control Station - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2021-01-15 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: auto-driving **Tags**: None ## README # SimpGCS This program is a simple ground control station program. You can use the program to show MAV's position and attitude information through Mavlink protocol. Current, this program only tested for ArduCopter, although it may support other flight controller which use Mavlink. The map widget used in this program is based on opmapcontrol. ![SimpleGCS](images/SimpGCS.png) ## Requirements: Install commands: ``` sudo apt install build-essential cmake git sudo apt install gcc g++ sudo apt install libunwind-dev binutils-dev ``` Install Qt5: ``` sudo apt install qt5-default qt5-qmake-bin sudo apt install libqt5network5 libqt5sql5 libqt5svg5 libqt5svg5-dev ``` Install Qt4 (If you use Qt4): ``` sudo apt install libqt4-dev qt4-qmake libqt4-opengl-dev libqt4-sql libqt4-sql-sqlite ``` ## Compile: `qmake SimpGCS.pro` `make` ## Usage: Command line: ``` ./SimpGCS port [s] UART port (default is /dev/ttyUSB0) baud [s] baud rate (default is 115200) ``` Example usage: ``` ./SimpGCS act=SimpGCS port=/dev/ttyACM0 ``` ## Plateform: Test on Ubuntu 18.04, Ubuntu 16.04, LinuxMint 17, 18, 19 64-bit, may be other distributions are also support. ## Project homepage: http://www.adv-ci.com/blog/source/simpgcs/