XTDrone/README.md

71 lines
2.1 KiB
Markdown
Raw Normal View History

2020-03-23 16:09:44 +08:00
# XTDrone
<div id="sidebar"><a href="./README.en.md" target="_blank"><font color=#0000FF size=5px >[ENGLISH]<font></center><a></div>
#### 介绍
2020-05-15 11:27:11 +08:00
这是基于PX4和ROS的无人机仿真平台(目前模拟器使用Gazebo与Airsim的连接正在开发中)。目前支持多旋翼飞行器包含四轴和六轴、固定翼飞行器、可垂直起降固定翼飞行器包含quadplanetailsitter和tiltrotor和无人车。
2020-03-23 16:09:44 +08:00
2020-05-15 11:27:11 +08:00
<img src="./image/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/architecture1.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/architecture2.png" width="640" />
2020-03-23 16:09:44 +08:00
在这个平台上,开发者可以快速验证算法。如:
1. 目标检测与追踪
2020-05-15 11:27:11 +08:00
2020-03-23 16:09:44 +08:00
<img src="./image/human_tracking.gif" width="640" height="368" />
2. 视觉SLAM
2020-05-15 11:27:11 +08:00
2020-03-23 16:09:44 +08:00
<img src="./image/vslam.gif" width="640" height="368" />
2020-05-15 11:27:11 +08:00
3. 2D激光SLAM
<img src="./image/laser_slam_2d.gif" width="640" height="368" />
4. 3D激光SLAM
<img src="./image/laser_slam_3d.gif" width="640" height="368"/>
5. 视觉惯性导航
2020-03-23 16:09:44 +08:00
<img src="./image/vio.gif" width="640" height="368" />
2020-05-15 11:27:11 +08:00
6. 运动规划
2020-03-23 16:09:44 +08:00
<img src="./image/motion_planning.gif" width="640" height="368" />
2020-05-15 11:27:11 +08:00
7. 多机协同
2020-03-23 16:09:44 +08:00
<img src="./image/cooperation.gif" width="640" height="368" />
2020-05-15 11:27:11 +08:00
8. 自动驾驶
<img src="./image/self_driving.gif" width="640" height="368" />
#### 教程
2020-03-23 16:09:44 +08:00
见[XTDrone使用文档](https://www.yuque.com/xtdrone/manual_cn)
2020-04-17 20:24:34 +08:00
#### 项目团队
2020-03-23 16:09:44 +08:00
2020-04-17 20:24:34 +08:00
- 创立者:肖昆,谭劭昌
- 开发团队:肖昆,谭劭昌,王冠政,马澜,王齐鹏,陈科研
#### 感谢贡献者们
2020-04-17 22:08:02 +08:00
孙长浩
2020-04-17 20:24:34 +08:00
何瑶