Skip to content
Generalized Aviation: Open source autonomous aviation software platform, designed for fully autonomous drones and flying cars.
C++ JavaScript Python CMake C HTML Other
Branch: master
Clone or download

Latest commit

Latest commit 0d168d7 Mar 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates May 10, 2019
algorithms added multi_cam_utils for config of MultiCamSLAM Feb 19, 2020
demo mulit_uavs Jan 19, 2020
hardware Update README.md Feb 28, 2020
simulator mulit_uavs Jan 19, 2020
software Update README.md Feb 18, 2020
.gitignore Update gitignore, add more ignore file. Feb 14, 2020
AUTHORS.md Update AUTHORS.md Apr 22, 2019
CHANGELOG.md Update CHANGELOG.md Nov 7, 2019
CONTRIBUTING.md Update CONTRIBUTING.md May 17, 2019
LICENSE Initial commit Jan 29, 2019
README.md add thone.io Mar 10, 2020
Setup.md Update Setup.md May 16, 2019
Testing.md Update Testing.md Feb 20, 2019
readme_zh.md Update readme_zh.md Dec 4, 2019

README.md

gaas logo

Generalized Autonomy Aviation System

⭐️ Star us on GitHub — it helps!

Support us on Patreon Or Post on Our Forum

Join Facebook Group at https://www.facebook.com/groups/300340454189266/?ref=bookmarks twitter Follow Medium at https://medium.com/generalized-intelligence

Progress Report 2019.08.01-2019.08.28

What is GAAS?

hardware

GAAS (Generalized Autonomy Aviation System) is an open source autonomous aviation software platform, designed for fully autonomous drones and flying cars. GAAS was built to provide a common infrastructure for computer-vision based drone intelligence. In the long term, GAAS aims to accelerate the coming of autonomous VTOLs. Being a BSD-licensed product, GAAS makes it easy for enterprises, researches, and drone enthusiasts to modify the code to suit specific use cases.

Our long-term vision is to implement GAAS in autonomous passenger carrying VTOLs (or "flying cars"). The first step of this vision is to make Unmanned Aerial Vehicles truly "unmanned", and thus make drones ubiquitous. We currently support manned and unmanned multi-rotor drones and helicopters. Our next step is to support VTOLs and eVTOLs.

Tutorial for GAAS

See the repo and the documentation

Installation

Please see Setup.md

We also have a mirror form developers to install GAAS, click here to download.

Trust me you won't want to install every dependencies by yourself:)

Overview

Currently the project provides the following ten funcitons, some of which may need to be further optimized:

NOTE: This is a beta version of the software. Please re-ensure the stability of each feature before implementing on real drones.

VISION BASED POLE AVOIDANCE BY GAAS

  1. Details about automatic taking off and landing can be found in: software/px4_mavros_scripts;
  2. Navigation in GPS denied environment can be found in: software/SLAM/ygz_slam_ros, currently we are using stereo optical flow;
  3. Obstacle avoidance based on stereo vision can be found in: software/Obstacle_Map;
  4. Path planning can be found in software/Navigator;
  5. Scene recoginition, given an image, recover its position in terms of given environment, details can be found in algorithms/scene_retrieving;
  6. 3D modeling, details can be found in algorithms/sfm;
  7. Object tracking, details can be found in algorithms/object_trace_tracking;
  8. Object detection, details can be found in algorithms/image_detection;
  9. Instance segmentation, details can be found in algorithms/image_detection;
  10. A list of control API based on MAVROS, and a series of tutorials can be found in GAAS/demo;
  11. A list of hardware that we use is at GAAS/hardware.

Contribute

I just want to build an autonomous drone

You have come to the right place!

If this is your first time building an autonomous aviation system, check out our first Tutorial. You will get a basic understanding of what MavROS, PX4 and Gazebo are, which are fundamental for the success of your autonomous drone.

If you are stuck with configuration, you may:

  1. Google the error messages and see if someone else has solved a similar problem.
  2. Visit the Issues Page to see if others have provided solutions for a similar problem.
  3. If neither Step 1 or Step 2 were able to help you, submit an issue to let the community know that you need help.

If you are an advanced user, feel free to help others to get started, contribute by solving issues, or share with us about your project on our Gitter group chat.

I want to contribute

We are so grateful for your interest in contributing!

To start contributing, you need to become familiar with PX4 and MavROS, as well as the workflow of GitHub.

A good place to start is to look at the open issues. From there, you may choose one that interests you to tackle, or open an issue of your own to communicate with other developers.

PS: One of the best ways to contribute is to help others to kick off their autonomous drone journey. Pay attention to the “Configuration” label in issues page to help others get started. For more details, please follow CONTRIBUTING.md

Meta

Project initialized by Generalized Intelligence

Distributed under the BSD 3-Clause license. See LICENSE for more information.

Special Thanks

It is worth mentioning that we did not build everything from scratch, but on top of the solid foundations built by pioneers in the field. We would like to thank communities such as PX4 and Dronecode for constantly pushing the industry foward. What they have built are what allowed us to build GAAS!

Also, thanks for the support from https://thone.io

We are also very grateful for our contributors. You may be able to find them at AUTHORS.md.

Il Vole

You can’t perform that action at this time.