GAAS icon indicating copy to clipboard operation
GAAS copied to clipboard

GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.

Results 10 GAAS issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies
python

# Yolo目标追踪仿真文档 ## 1. 建立仿真环境 参考[GAAS全局目标追踪教程](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/untitled-1) ## 2.制作数据集 ### 2.1.启动仿真(以GAAS第六讲中的小车为例) ``` roslaunch px4 car_tracking.launch ``` 上述命令会启动仿真,生成一个小车,以及无人机。(在场景中多插入一些干扰物可以提高数据集的质量) ![image](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LYUhlGdK9Y1iLhupMFC%2F-LjLB7gFPhmNsOiuCaKy%2F-LjLBSAgKzaUYcdww7RE%2F1.png?alt=media&token=5401aa2e-5243-4f55-907b-d4e7be52fe41) ``` robin@robin-G3-3590:~/px4/GAAS/demo/tutorial_6/6_object_tracking$ python px4_mavros_run.py robin@robin-G3-3590:~/px4/GAAS/demo/tutorial_6/6_object_tracking$ python init_drone.py ``` 打开rviz确认小车出现在摄影机的视野中. ``` ![123](https://user-images.githubusercontent.com/20561850/72730638-b38dc000-3bcc-11ea-9f82-cf96b196f9a9.png) rviz ```...

Hello, I am following Tutorial 3 for SLAM in a GPS denied environment. I have installed all required dependencies, but when I have to run `sh generate.sh` inside GAAS/software/SLAM/ygz_slam_ros I...

Tutorial

# Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x] I am running the latest version of GAAS -...

Tutorial

Hi, I am working on tutorials 4, and solve the issue of run.sh like mentioned in other issues. However, my Octomap doesn't work since it says noting to publish. I...

Tutorial

I successfully completed tutorial 1 and 2, and was stuck on tutorial 6. When I was trying to run set_init.py to set the initial coordinates for the ground car, it...

Tutorial

Context ROS: 1.14.5 OS: Melodic Gazebo: 9 Ubuntu: 18.04 System Platform: [eg. X86_64] Expected Behavior Landing function, land the drone and disarm the drone Current Behavior at the end of...

bug

[https://www.gaas.dev/]() appears to be down, with a Wix.com page that says this domain isn't connected to a website.

# Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x] I am running the latest version of GAAS -...

Tutorial