# GAAS

## GAAS

- [Hello Sky](https://gaas.gitbook.io/guide/master.md): Does the color of the sky mean anything special to you? It does to me. A hell of a lot.
- [An Overview of GAAS](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/an-overview-of-gaas.md)
- [GAAS 总览](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/gaas-zong-lan.md): 本页面介绍了无人机全自主飞行开源框架 GAAS 的主要结构与功能
- [Prerequisite handbook for GAAS: Linux tutorial](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/prerequisite-handbook-for-gaas-linux-tutorial.md): Here are the prerequisite knowledges of using Linux operating system, this handbook only includes the skills used in the tutorial of GAAS
- [先修知识速查手册：Linux操作](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/xian-xiu-zhi-shi-su-cha-shou-ce-linux-cao-zuo.md): 这一部分包括了一些关于Linux操作系统和软件的先修知识——方便起见，该手册只包括与GAAS教程相关的Linux和常用工具软件的内容。
- [Autonomous Drone Software E01: OFFBOARD Control and Gazebo Simulation](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/build-your-own-autonomous-drone-e01-offboard-control-and-gazebo-simulation.md): OFFBOARD mode (Guided mode in the case of Ardupilot ) is a powerful function that allows you to control your drone with companion computers, and we will be testing it in Gazebo simulation environment.
- [无人机自动驾驶软件系列 E01：OFFBOARD控制以及Gazebo仿真](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/wu-ren-ji-zi-dong-jia-shi-xi-lie-offboard-kong-zhi-yi-ji-gazebo-fang-zhen.md): OFFBOARD 模式，PX4提供的一种飞行控制模式，允许你通过机载电脑控制无人机飞行，在本节课中，我们将在Gazebo7 模拟器环境下通过提供的脚本控制无人机实现例如指点飞行以及转向等功能。
- [Autonomous Drone Software E02 : build a 3D model with your drone](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/build-your-own-autonomous-drone-part-2-build-a-3d-model-of-a-building-with-your-drone.md): In this tutorial, we will talk about a real world use case on how to build a 3D model of a building based on what we have learned in the last tutorial.
- [无人机自动驾驶软件系列 E02 : 通过无人机机载摄像头构建建筑物 3D 模型](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/wu-ren-ji-zi-dong-jia-shi-xi-lie-tong-guo-wu-ren-ji-ji-zai-she-xiang-tou-gou-jian-jian-zhu-wu-3d-mo.md): 本讲中，我们将会介绍一个真实世界的无人机使用案例: 通过无人机机载摄像头构建建筑物3D模型。在接下来的部分里，我们会讲解如何基于上一讲的内容实现这一目的。
- [Autonomous Drone Software E03: Using SLAM In GPS Denied Environment For Position Estimation](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/build-your-own-autonomous-drone-part-3-using-slam-in-gps-denied-environment-for-position-estimation.md): In this tutorial we will talk about how to provide accurate position estimation from SLAM (Simultaneous localization and mapping) and control your drone in GPS denied environment.
- [无人机自动驾驶软件系列 E03： 在无GPS环境下通过SLAM实现位置估计](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/wu-ren-ji-zi-dong-jia-shi-xi-lie-part-3-zai-wu-gps-huan-jing-xia-tong-guo-slam-shi-xian-wei-zhi-gu-j.md): 本课中我们将会讲解如何通过SLAM（Simultaneous localization and mapping， 即实时定位与建图）实现无GPS环境下无人机的位置估计。
- [Autonomous Drone Software E04: Depth Estimation, Octomap and Path Planning](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/build-your-own-autonomous-drone-part-4-stereo-depth-estimation-octomap-and-path-planning.md): In this tutorial we will walk through the process of using stereo camera and octomap for environment perception and A\* for path finding in an unknown environment.
- [无人机自动驾驶软件系列 E04 ： 深度估计，八叉树地图以及路径规划](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/wu-ren-ji-zi-dong-jia-shi-xi-lie-part-4-shen-du-gu-ji-ba-cha-shu-di-tu-yi-ji-lu-jing-gui-hua.md): 本讲中我们会简要讲述如何通过双目相机以及八叉树地图实现环境感知，并通过A\*实现一个路径规划。
- [Autonomous Drone Software E05: Vision-Based Auto-Landing](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/build-your-own-autonomous-drone-part-5-vision-based-auto-landing.md): This tutorial will give an example of using QR code to guide the landing process of a drone.
- [无人机自动驾驶软件系列 E05： 视觉引导降落](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/wu-ren-ji-zi-dong-jia-shi-xi-lie-part-5-shi-jue-yin-dao-jiang-luo.md): 本讲将给出一个通过二维码进行视觉辅助降落的例子。
- [Autonomous Drone Software E06: Basic Object Tracking](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/basic-object-tracking.md): In today's tutorial, I will briefly go over how to use GAAS-Object-Tracking  module to track an object with UAVs.
- [无人机自动驾驶软件系列 E06： 简单全局目标追踪](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/untitled-1.md): 本讲中，我会简要介绍如何通过 GAAS-Object-Tracking  模块进行全局目标跟踪。注意，此实现比较简单，实际情况下需要使用更为复杂的方法。
- [Autonomous Drone Hardware E01: Building a Drone from Scratch](https://gaas.gitbook.io/guide/build-your-own-autonomous-drone-hardware-implementation/build-drone-from-scratch.md)
- [无人机自动驾驶硬件系列 E01：从 0 开始组装测试用无人机](https://gaas.gitbook.io/guide/build-your-own-autonomous-drone-hardware-implementation/gaas-shi-pin-jiao-xue-xi-lie-cong-0-kai-shi-zu-zhuang-ce-shi-yong-wu-ren-ji.md)
- [Autonomous Drone Hardware E02: Step-by-Step Flight Control Setup with QGroundControl](https://gaas.gitbook.io/guide/build-your-own-autonomous-drone-hardware-implementation/autonomous-drone-hardware-e02-step-by-step-pid-tuning-with-qgroundcontrol.md): In Autonomous Drone Hardware E01, we demonstrated how to build a drone from scratch. In this episode, we will be tuning the PID of the drone we built in E01.
- [无人机自动驾驶硬件系列 E02：手把手教学 QGroundControl 下的飞控校准](https://gaas.gitbook.io/guide/build-your-own-autonomous-drone-hardware-implementation/wu-ren-ji-zi-dong-jia-shi-ying-jian-xi-lie-e02-shou-ba-shou-jiao-xue-qgroundstation-xia-de-pid-tiao.md): 在硬件教学系列的 E01 中，我们展示了如何从 0 开始组装一台无人机。这集将接着上次的组装教学，为 E01 中组装的无人机在 QGroundControl 中进行 PID 调参。
- [在 AirSim 中模拟无人机对客机巡检](https://gaas.gitbook.io/guide/case-study/zai-airsim-zhong-mo-ni-wu-ren-ji-dui-ke-ji-xun-jian.md)
- [Using AirSim to Simulate Aircraft Inspection by Autonomous Drones](https://gaas.gitbook.io/guide/case-study/using-airsim-to-simulate-aircraft-inspection-by-autonomous-drones.md)
- [GAAS v0.7 Release Mirror - x64](https://gaas.gitbook.io/guide/handy-tools/v0.7-release-mirror-x86.md): Built with Ubuntu 18.04 LTS along with the majority of GAAS dependencies
- [GAAS v0.7 Release 镜像 - x64](https://gaas.gitbook.io/guide/handy-tools/gaas-v0.7-release-jing-xiang-x86.md): 基于Ubuntu 18.04 LTS系统制作，已经安装好GAAS需要的大部分依赖。
- [GAAS Mirror for TX2 (beta)](https://gaas.gitbook.io/guide/handy-tools/gaas-mirror-for-tx2-beta.md)
- [GAAS-TX2 镜像 （beta）](https://gaas.gitbook.io/guide/handy-tools/gaastx2-jing-xiang.md)
- [GAAS prebuilt dependencies](https://gaas.gitbook.io/guide/handy-tools/gaas-prebuilt-package.md)
- [GAAS依赖包预编译版](https://gaas.gitbook.io/guide/handy-tools/gaas-yi-lai-bao-yu-bian-yi-ban.md)
- [系列视频](https://gaas.gitbook.io/guide/handy-tools/xi-lie-shi-pin.md): GAAS无人机 B 站发布的系列视频
