Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.81 KB

File metadata and controls

36 lines (30 loc) · 2.81 KB

Ground Control Station of Multi-UAV Systems

The Ground Control Station (GCS) for multi-UAV systems is designed to monitor and control multiple drones, including quadrotors and fixed-wing UAVs, thereby facilitating outdoor UAV flight experiments such as flocking control and distributed task allocation.

GCSinterface

Requirements

For the designed GCS, downloading MySQL for the database is required. Additionally, communication equipment is also necessary. We utilize the X2 Connectport as the medium for exchanging messages between UAVs and the GCS (XBee using serial port is also available).
To operate the whole system, the program on the onboard computer is necessary. After the Ground Control Station (GCS) and the UAV program are prepared, they can initiate communication and operations.

Version
Interface Visual Studio Code 2019
.NET Framework 4.7.2
Database MySQL 8.0
Connector/NET 8.0.32

Architecture

GCSstructure

Features

The main interface provides fundamental control commands, including changing the UAV mode, initiating takeoff, time synchronization, and flying to assigned locations. Additionally, mission planning functionalities such as path planning, VRP, and SEAD are available.
The GCS allows users to generate virtual drones on the Google Map interface by clicking the right mouse button, which enables users to utilize partial functions.

Waypoints/ Path following

GCSwaypoints

VRP

GCSvrp

SEAD

GCSsead

Reference(3rd-party library)

Packages Source
CheckBoxComboBox https://www.codeproject.com/Articles/21085/CheckBox-ComboBox-Extending-the-ComboBox-Class-and
ColorSlider https://www.codeproject.com/Tips/1193311/Csharp-Slider-Trackbar-Control-using-Windows-Forms
CSkin http://www.cskin.net/
PulseButton https://www.codeproject.com/Articles/42968/Pulse-Button
RoundButton https://www.codeproject.com/Articles/15730/RoundButton-Windows-Control-Ever-Decreasing-Circle
XBeeLibrary.Windows https://github.com/digidotcom/xbee-csharp/tree/windows_module