Skip to content

Breeze quadcopter flight control station can implement the real-time monitoring and control on the computer client.

License

Notifications You must be signed in to change notification settings

microdynamics-robot-quadcopter/breeze_flight_control_station

Repository files navigation

breeze_flight_control_station

travis-ci_bulid_status release_downloads release gpl-3.0 version-1.0.0 platform joint_chat

Description

Breeze flight control station can implement real-time monitoring and control on the computer client.

breeze_fcs_1_flight_status

breeze_fcs_2_serial_console

breeze_fcs_3_data_plotter

breeze_fcs_7_program_settings

Requirment

  • Ubuntu 16.04
  • Qt 5.9
  • GCC 5.4
  • Boost 1.58

Configuration

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

Usage

$> cd ~/Desktop/breeze_flight_control_station/build
$> ./breeze_flight_control_station

About

Breeze quadcopter flight control station can implement the real-time monitoring and control on the computer client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages