1 Star 0 Fork 0

shaopengyuan/genmsg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.xml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Dirk Thomas 提交于 2019-08-13 10:42 . Python 3 compatibility (#86)
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>genmsg</name>
<version>0.5.12</version>
<description>
Standalone Python library for generating ROS message and service data structures for various languages.
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/genmsg</url>
<url type="bugtracker">https://github.com/ros/genmsg/issues</url>
<url type="repository">https://github.com/ros/genmsg</url>
<author>Troy Straszheim</author>
<author>Morten Kjaergaard</author>
<author>Ken Conley</author>
<author>Dirk Thomas</author>
<buildtool_depend version_gte="0.5.74">catkin</buildtool_depend>
<exec_depend>catkin</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-empy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-empy</exec_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
<architecture_independent/>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaopengyuan/genmsg.git
git@gitee.com:shaopengyuan/genmsg.git
shaopengyuan
genmsg
genmsg
px4

搜索帮助