800 sao GitHub và vẫn tăng — uzh-rpg/agile_autonomy là dự án C++ mà TopGit đang theo dõi trên nền tảng. Repository Containing the Code associated with the Paper: "Learning High-Speed Flight in the Wild"
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
This repo contains the code associated with the paper Learning Agile Flight in the Wild.
For more information, please check the project webpage.
Paper, Video, and Datasets
If you use this code in an academic context, please cite the following publication:
Paper: Learning High-Speed Flight in the Wild
Video (Narrated): YouTube
Datasets: Zenodo
Science Paper: DOI
@inproceedings{Loquercio2021Science,
title={Learning High-Speed Flight in the Wild},
author={Loquercio, Antonio and Kaufmann, Elia and Ranftl, Ren{\'e} and M{\"u}ller, Matthias and Koltun, Vladlen and Scaramuzza, Davide},
booktitle={Science Robotics},
year={2021},
month={October},
}
Installation
Requirements
The code was tested with Ubuntu 20.04, ROS Noetic, Anaconda v4.8.3., and gcc/g++ 7.5.0.
Different OS and ROS versions are possible but not supported.
Before you start, make sure that your compiler versions match gcc/g++ 7.5.0. To do so, use the following commands:
Now download the flightmare standalone available at this link, extract it and put in the flightrender folder.
Let's Fly!
Once you have installed the dependencies, you will be able to fly in simulation with our pre-trained checkpoint. You don't need necessarily need a GPU for execution. Note that if the network can't run at least at 15Hz, you won't be able to fly successfully.
Launch the simulation! Open a terminal and type:
cd agile_autonomy_ws
source catkin_aa/devel/setup.bash
roslaunch agile_autonomy simulation.launch
Run the Network in an other terminal:
cd agile_autonomy_ws
source catkin_aa/devel/setup.bash
conda activate tf_24
python test_trajectories.py --settings_file=config/test_settings.yaml
Change execution speed or environment
You can change the average speed at which the policy will fly as well as the environment type by changing the following files.
Environment Change:
rosed agile_autonomy flightmare.yaml
Set either the spawn_trees or spawn_objects to true. Doing both at the same time is possible but would make the environment too dense for navigation. Also adapt the spacings parameter in test_settings.yaml to the environment.
Speed Change:
rosed agile_autonomy default.yaml
Edit the test_time_velocity and maneuver_velocity to the required speed. Note that the ckpt we provide will work for all speeds in the range [1,10] m/s. However, to reach the best performance at a specific speed, please consider finetuning the ckpt at the desired speed (see code below).
Train your own navigation policy
There are two ways in which you can train your own policy. One easy and one more involved.
The trained checkpoint can then be used to control a physical platform (if you have one!).
Use pre-collected dataset
The first method, requiring the least effort, is to use a dataset that we pre-collected. The dataset can be found at this link. This dataset was used to train the model we provide and collected at an average speed of 7 m/s. To do this, adapt the file train_settings.yaml to point to the train and test folder and run:
cd agile_autonomy_ws
source catkin_aa/devel/setup.bash
conda activate tf_24
python train.py --settings_file=config/train_settings.yaml
Feel free to ablate the impact of each parameter!
Collect your own dataset
You can use the following commands to generate data in simulation and train your model on it. Note that training a policy from scratch could require a lot of data, and depending on the speed of your machine this could take several days. Therefore, we always recommend finetuning the provided checkpoint to your use case. As a general rule of thumb, you need a dataset with comparable size to ours to train a policy from scratch, but only 1/10th of it to finetune.
Generate data
To train or finetune a policy, use the following commands:
Launch the simulation in one terminal
cd agile_autonomy_ws
source catkin_aa/devel/setup.bash
roslaunch agile_autonomy simulation.launch
Launch data collection (with dagger) in an other terminal
cd agile_autonomy_ws
source catkin_aa/devel/setup.bash
conda activate tf_24
python dagger_training.py --settings_file=config/dagger_settings.yaml
It is possible to change parameters (number of rollouts, dagger constants, tracking a global trajectory, etc. ) in the file dagger_settings.yaml. Keep in mind that if you change the network or input, you will need to adapt the file test_settings.yaml for compatibility.
When training from scratch, follow a pre-computed global trajectory to give consistent labels. To activate this, you need to put to true the flag perform_global_planning in default.yaml and label_generation.yaml. Note that this will make the simulation slower (a global plan has to be computed at each iteration). The network will not have access to this global plan, but only to the straight (possibly in collision) reference.
Visualize the Data
You can visualize the generated trajectories in open3d using the visualize_trajectories.py script.
The result should more or less look as the following:
Test the Network
To test the network you trained, adapt the test_settings.yaml with the new checkpoint path. You might consider putting back the flag perform_global_planning in default.yaml to false to make the simulation faster. Then follow the instructions in the above section (Let's Fly!) to test.
Ackowledgements
We would like to thank Yunlong Song and Selim Naji for their help with the implementations of the simulation environment. The code for global planning is strongly inspired by the one of Search-based Motion Planning for Aggressive Flight in SE(3).
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/uzh-rpg/agile_autonomy là nguồn chính thức.
uzh-rpg/agile_autonomy có bao nhiêu sao?
uzh-rpg/agile_autonomy có 800 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/uzh-rpg/agile_autonomy. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
uzh-rpg/agile_autonomy có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho uzh-rpg/agile_autonomy. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
uzh-rpg/agile_autonomy còn đang phát triển không?
Commit gần nhất trên uzh-rpg/agile_autonomy là 3.6 năm trước (theo timestamp GitHub). Repo có 190 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
uzh-rpg/agile_autonomy viết bằng ngôn ngữ gì?
uzh-rpg/agile_autonomy chủ yếu viết bằng C++. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về agile_autonomy?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về agile_autonomy.