升级yolov3到yolov4

This commit is contained in:
Robin Shaun 2020-09-25 20:58:16 +08:00
parent 73bdaeeabd
commit a74f0ccbee
3 changed files with 13 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "coordination/task_assignment"]
path = coordination/task_assignment
url = https://github.com/robin-shaun/Multi-UAV-Task-Assignment-Benchmark
[submodule "sensing/object_detection_and_tracking/darknet_ros"]
path = sensing/object_detection_and_tracking/darknet_ros
url = https://gitee.com/robin_shaun/darknet_ros_yolov4

View File

@ -2,7 +2,7 @@
<div id="sidebar"><a href="./README.en.md" target="_blank"><font color=#0000FF size=5px >[ENGLISH]<font></center><a></div>
#### 介绍
### 介绍
这是基于PX4和ROS的无人机仿真平台(目前模拟器使用Gazebo与Airsim的连接正在开发中)。目前支持多旋翼飞行器包含四轴和六轴、固定翼飞行器、可垂直起降固定翼飞行器包含quadplanetailsitter和tiltrotor和无人车。在XTDrone上验证过的算法可以方便地部署到真实无人机上。
<img src="./image/vehicles.png" width="640" />
@ -69,16 +69,19 @@ Xiao, K., Ma, L., Tan, S., Cong, Y., Wang, X.: Implementation of UAV Coordinatio
<img src="./image/self_driving.gif" width="640" height="368" />
#### 教程
### 教程
见[XTDrone使用文档](https://www.yuque.com/xtdrone/manual_cn)
#### 项目团队
### 空中机器人大赛
2020中国机器人大赛暨RoboCup机器人世界杯中国赛中国机器人大赛正在报名中详细可参见[大赛官网](http://crc.drct-caa.org.cn/index.php/)XTDrone作为无人机仿真组的仿真平台将第一次正式登上舞台详细比赛规则可参见[附件](http://crc.drct-caa.org.cn/index.php/)。
### 项目团队
- 创立者:肖昆,谭劭昌
- 开发团队:肖昆,谭劭昌,王冠政,马澜,王齐鹏,管若乔,陈科研,陈皋
#### 感谢贡献者们
### 感谢贡献者们
孙长浩
何瑶
孙长浩 何瑶

View File

@ -3,7 +3,7 @@
<launch>
<!-- Console launch prefix -->
<arg name="launch_prefix" default=""/>
<arg name="image" default="/cgo3_camera/image_raw" />
<arg name="image" default="/typhoon_h480_0/cgo3_camera/image_raw" />
<!-- Config and weights folder. -->
<arg name="yolo_weights_path" default="$(find darknet_ros)/yolo_network_config/weights"/>