modify readme

This commit is contained in:
robin_shaun 2021-03-01 10:52:26 +08:00
parent f4b715aace
commit d9e9087231
20 changed files with 34 additions and 34 deletions

View File

@ -4,73 +4,73 @@
#### Description
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 rovers. It's convenient to deploy the algorithm to real UAVs after testing and debugging on the simulation platform.
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.
<img src="./image/vehicles.png" width="640" />
<img src="./images/vehicles.png" width="640" />
Architecture for single vehicle simulation is shown as the below figure. For more details, see the paper
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)
<img src="./image/architecture_1.png" width="640" height="480" />
<img src="./images/architecture_1.png" width="640" height="480" />
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)
<img src="./image/architecture_2.png" width="640" />
<img src="./images/architecture_2.png" width="640" />
Developers can quickly verify algorithms with XTDrone, such as:
1. Object Detection and Tracking
<img src="./image/human_tracking.gif" width="640" height="360" />
<img src="./images/human_tracking.gif" width="640" height="360" />
2. Stereo SLAM
<img src="./image/vslam.gif" width="640" height="360" />
<img src="./images/vslam.gif" width="640" height="360" />
3. RGBD-SLAM
<img src="./image/rgbdslam.gif" width="640" height="360" />
<img src="./images/rgbdslam.gif" width="640" height="360" />
4. 2D Laser SLAM
<img src="./image/laser_slam_2d.gif" width="640" height="360" />
<img src="./images/laser_slam_2d.gif" width="640" height="360" />
5. 3D Laser SLAM
<img src="./image/laser_slam_3d.gif" width="640" height="360"/>
<img src="./images/laser_slam_3d.gif" width="640" height="360"/>
6. VIO
<img src="./image/vio.gif" width="640" height="360" />
<img src="./images/vio.gif" width="640" height="360" />
7. Motion Planning
<img src="./image/motion_planning.gif" width="640" height="360" />
<img src="./images/motion_planning.gif" width="640" height="360" />
8. Formation
<img src="./image/formation_1.gif" width="640" height="360" />
<img src="./images/formation_1.gif" width="640" height="360" />
<img src="./image/formation_2.gif" width="640" height="360" />
<img src="./images/formation_2.gif" width="640" height="360" />
9. Fixed wing
<img src="./image/planes.gif" width="640" height="360" />
<img src="./images/planes.gif" width="640" height="360" />
10. VTOLs
<img src="./image/vtols.gif" width="640" height="360" />
<img src="./images/vtols.gif" width="640" height="360" />
11. UGV
<img src="./image/ugv.gif" width="640" height="360" />
<img src="./images/ugv.gif" width="640" height="360" />
12. USV
<img src="./image/usv.gif" width="640" height="360" />
<img src="./images/usv.gif" width="640" height="360" />
#### User manual

View File

@ -3,74 +3,74 @@
<div id="sidebar"><a href="./README.en.md" target="_blank"><font color=#0000FF size=5px >[ENGLISH]<font></center><a></div>
### 介绍
XTDrone是基于PX4、ROS与Gazebo的无人机仿真平台。支持多旋翼飞行器包含四轴和六轴、固定翼飞行器、复合翼飞行器包含quadplanetailsitter和tiltrotor和无人车。在XTDrone上验证过的算法可以方便地部署到真实无人机上。
XTDrone是基于PX4、ROS与Gazebo的无人机仿真平台。支持多旋翼飞行器包含四轴和六轴、固定翼飞行器、复合翼飞行器包含quadplanetailsitter和tiltrotor与其他无人装备(如无人车、无人船与机械臂)。在XTDrone上验证过的算法可以方便地部署到真实无人机上。
<img src="./image/vehicles.png" width="640" />
<img src="./images/vehicles.png" width="640" />
单机仿真架构如下图所示,详见论文
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)
<img src="./image/architecture_1.png" width="640" height="480" />
<img src="./images/architecture_1_cn.png" width="640" height="480" />
多机仿真架构如下图所示,详见论文
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)
<img src="./image/architecture_2.png" width="640" />
<img src="./images/architecture_2_cn.png" width="640" />
在这个平台上,开发者可以快速验证算法。如:
1. 目标检测与追踪
<img src="./image/human_tracking.gif" width="640" height="360" />
<img src="./images/human_tracking.gif" width="640" height="360" />
2. 双目SLAM
<img src="./image/vslam.gif" width="640" height="360" />
<img src="./images/vslam.gif" width="640" height="360" />
3. RGBD-SLAM
<img src="./image/rgbdslam.gif" width="640" height="360" />
<img src="./images/rgbdslam.gif" width="640" height="360" />
4. 2D激光SLAM
<img src="./image/laser_slam_2d.gif" width="640" height="360" />
<img src="./images/laser_slam_2d.gif" width="640" height="360" />
5. 3D激光SLAM
<img src="./image/laser_slam_3d.gif" width="640" height="360"/>
<img src="./images/laser_slam_3d.gif" width="640" height="360"/>
6. 视觉惯性导航
<img src="./image/vio.gif" width="640" height="360" />
<img src="./images/vio.gif" width="640" height="360" />
7. 运动规划
<img src="./image/motion_planning.gif" width="640" height="360" />
<img src="./images/motion_planning.gif" width="640" height="360" />
8. 多机协同
<img src="./image/formation_1.gif" width="640" height="360" />
<img src="./images/formation_1.gif" width="640" height="360" />
<img src="./image/formation_2.gif" width="640" height="360" />
<img src="./images/formation_2.gif" width="640" height="360" />
9. 固定翼
<img src="./image/planes.gif" width="640" height="360" />
<img src="./images/planes.gif" width="640" height="360" />
10. 复合翼
<img src="./image/vtols.gif" width="640" height="360" />
<img src="./images/vtols.gif" width="640" height="360" />
11. 无人车
<img src="./image/ugv.gif" width="640" height="360" />
<img src="./images/ugv.gif" width="640" height="360" />
12. 无人船
<img src="./image/usv.gif" width="640" height="360" />
<img src="./images/usv.gif" width="640" height="360" />
### 教程

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

BIN
images/architecture_1_cn.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

BIN
images/architecture_2_cn.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View File

Before

Width:  |  Height:  |  Size: 542 KiB

After

Width:  |  Height:  |  Size: 542 KiB

View File

Before

Width:  |  Height:  |  Size: 751 KiB

After

Width:  |  Height:  |  Size: 751 KiB

View File

Before

Width:  |  Height:  |  Size: 929 KiB

After

Width:  |  Height:  |  Size: 929 KiB

View File

Before

Width:  |  Height:  |  Size: 793 KiB

After

Width:  |  Height:  |  Size: 793 KiB

View File

Before

Width:  |  Height:  |  Size: 916 KiB

After

Width:  |  Height:  |  Size: 916 KiB

View File

Before

Width:  |  Height:  |  Size: 929 KiB

After

Width:  |  Height:  |  Size: 929 KiB

View File

Before

Width:  |  Height:  |  Size: 958 KiB

After

Width:  |  Height:  |  Size: 958 KiB

View File

Before

Width:  |  Height:  |  Size: 901 KiB

After

Width:  |  Height:  |  Size: 901 KiB

View File

Before

Width:  |  Height:  |  Size: 886 KiB

After

Width:  |  Height:  |  Size: 886 KiB

View File

Before

Width:  |  Height:  |  Size: 970 KiB

After

Width:  |  Height:  |  Size: 970 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 884 KiB

After

Width:  |  Height:  |  Size: 884 KiB

View File

Before

Width:  |  Height:  |  Size: 742 KiB

After

Width:  |  Height:  |  Size: 742 KiB

View File

Before

Width:  |  Height:  |  Size: 825 KiB

After

Width:  |  Height:  |  Size: 825 KiB