Breeze flight control station can implement real-time monitoring and control on the computer client.
- Ubuntu 16.04
- Qt 5.9
- GCC 5.4
- Boost 1.58
Install some dependent pacages:
$> sudo apt-get update
$> sudo apt-get install build-essential libboost-all-dev
Download the repository:
$> cd ~/Desktop
$> git clone https://github.com/microdynamics-quadcopter/breeze_flight_control_station.git
Build the codes:
$> cd ~/Desktop/breeze_flight_control_station
$> mkdir build; cd build
$> /opt/Qt5.9.1/5.9.1/gcc_64/bin/qmake ../breeze_flight_control_station.pro
$> make
$> cd ~/Desktop/breeze_flight_control_station/build
$> ./breeze_flight_control_station