加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 1013 Bytes
一键复制 编辑 原始数据 按行查看 历史
EasonHua 提交于 2024-08-13 15:47 . first commit
<?xml version="1.0"?>
<package>
<name>darknet_ros_msgs</name>
<version>1.1.5</version>
<description>Darknet is an open source neural network framework that runs on CPU and GPU. You only look once (YOLO) is a state-of-the-art, real-time object detection system.</description>
<maintainer email="marko.bjelonic@mavt.ethz.ch">Marko Bjelonic</maintainer>
<license>BSD</license>
<url type="website">https://github.com/leggedrobotics/darknet_ros</url>
<author email="marko.bjelonic@mavt.ethz.ch">Marko Bjelonic</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化