XTDrone/README.en.md

96 lines
2.8 KiB
Markdown
Raw Normal View History

2020-03-23 16:09:44 +08:00
# XTDrone
<div id="sidebar"><a href="./README.md" target="_blank"><font color=#0000FF size=5px >[中文版]<font></center><a></div>
2021-03-22 19:21:55 +08:00
### Description
2020-03-23 16:09:44 +08:00
2021-03-01 10:52:26 +08:00
XTDrone is a UAV simulation platform based on PX4, ROS and Gazebo. XTDrone supports mulitrotors (including quadrotors and hexarotors), fixed wings, VTOLs (including quadplanes, tailsitters and tiltrotors) and other unmanned equipment (such as UGVs, USVs and robotic arms). It's convenient to deploy the algorithm to real UAVs after testing and debugging on the simulation platform.
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/vehicles.png" width="640" />
2020-03-24 10:16:54 +08:00
2020-05-15 11:27:11 +08:00
Architecture for single vehicle simulation is shown as the below figure. For more details, see the paper
2021-02-24 11:10:08 +08:00
Xiao, K., Tan, S., Wang, G., An, X., Wang, X., Wang, X.: XTDrone: A Customizable Multi-rotor UAVs Simulation Platform. arXiv preprint **[ arXiv:2003.09700](https://arxiv.org/abs/2003.09700)** (2020)
2020-05-15 11:27:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/architecture_1.png" width="640" height="480" />
2020-05-15 11:27:11 +08:00
Architecture for multiple vehicle simulation is shown as the below figure. For more details, see the paper
Xiao, K., Ma, L., Tan, S., Cong, Y., Wang, X.: Implementation of UAV Coordination Based on a Hierarchical Multi-UAV Simulation Platform. arXiv preprint **[ arXiv:2005.01125](https://arxiv.org/abs/2005.01125)** (2020)
2021-03-01 10:52:26 +08:00
<img src="./images/architecture_2.png" width="640" />
2020-03-23 16:09:44 +08:00
Developers can quickly verify algorithms with XTDrone, such as:
1. Object Detection and Tracking
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/human_tracking.gif" width="640" height="360" />
2020-03-23 16:09:44 +08:00
2020-05-21 23:58:56 +08:00
2. Stereo SLAM
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/vslam.gif" width="640" height="360" />
2020-03-23 16:09:44 +08:00
2020-05-21 23:58:56 +08:00
3. RGBD-SLAM
2021-03-01 10:52:26 +08:00
<img src="./images/rgbdslam.gif" width="640" height="360" />
2020-05-21 23:58:56 +08:00
4. 2D Laser SLAM
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/laser_slam_2d.gif" width="640" height="360" />
2020-05-15 11:27:11 +08:00
2020-05-21 23:58:56 +08:00
5. 3D Laser SLAM
2020-05-15 11:27:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/laser_slam_3d.gif" width="640" height="360"/>
2020-05-15 11:27:11 +08:00
2020-05-21 23:58:56 +08:00
6. VIO
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/vio.gif" width="640" height="360" />
2020-05-15 11:27:11 +08:00
2020-05-21 23:58:56 +08:00
7. Motion Planning
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/motion_planning.gif" width="640" height="360" />
2020-05-15 11:27:11 +08:00
2020-05-21 23:58:56 +08:00
8. Formation
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/formation_1.gif" width="640" height="360" />
2020-05-24 16:35:17 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/formation_2.gif" width="640" height="360" />
2020-05-15 11:27:11 +08:00
2020-07-22 14:41:04 +08:00
9. Fixed wing
2020-07-21 20:55:10 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/planes.gif" width="640" height="360" />
2020-07-21 20:55:10 +08:00
2020-07-22 14:41:04 +08:00
10. VTOLs
2020-07-21 20:55:10 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/vtols.gif" width="640" height="360" />
2020-07-21 20:55:10 +08:00
2021-02-24 11:10:08 +08:00
11. UGV
2020-05-15 11:41:11 +08:00
2021-03-01 10:52:26 +08:00
<img src="./images/ugv.gif" width="640" height="360" />
2021-02-24 11:10:08 +08:00
12. USV
2021-03-01 10:52:26 +08:00
<img src="./images/usv.gif" width="640" height="360" />
2020-05-15 11:27:11 +08:00
2021-03-22 19:21:55 +08:00
### User manual
2020-05-15 11:27:11 +08:00
[XTDrone Manual](https://www.yuque.com/xtdrone/manual_en)
2020-03-23 16:09:44 +08:00
2021-03-22 19:21:55 +08:00
### Developing Team
2020-03-23 16:09:44 +08:00
2020-04-17 20:24:34 +08:00
- Founders: Kun Xiao, Shaochang Tan
2020-10-20 22:20:26 +08:00
- Adviser: Xiangke Wang
2021-03-22 19:21:55 +08:00
- Developers: Kun Xiao, Shaochang Tan, Guanzheng Wang, Lan Ma, Qipeng Wang, Xinyu Hu, Wenxin Hu, Yi Bao, Ruoqiao Guan, Xinyu Hu, Keyan Chen, Gao Chen
### Contributers
Sincerely thank you for your contribution to XTDrone.
Changhao Sun, Zihan Lin, Yao He
2020-03-23 16:09:44 +08:00
2020-04-17 20:24:34 +08:00