Skip to content

bushuhui/SimpGCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Requirements:

  • Qt4 or Qt5 (sudo apt-get install libqt4-core libqt4-dev)
  • QGLViewer (sudo apt-get install libqglviewer-dev)

Compile:

qmake SimpGCS.pro

make

Usage:

First combin map data into a single map file "Data.qmdb". cd data; cat Data.qmdbaa Data.qmdbab > Data.qmdb; cd ..

./SimpGCS
    -port               [s] UART port (default is /dev/ttyUSB0)
    -baud               [s] baud rate (default is 115200)
    -h  (print usage)

Plateform:

Only test on LinuxMint 17.1 64-bit, may be other distributions are also support.

Screenshot:

-alt text -alt text

Project homepage:

http://www.adv-ci.com/blog/project/simpgcs

About

Simple Ground Control Station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published