加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhonghong322 提交于 2024-11-06 17:40 . Update package.xml
<?xml version="1.0"?>
<package format="3">
<name>pyorbbecsdk</name>
<version>1.3.4</version>
<description>
pyorbbecsdk is a python wrapper for the orbbec sdk
</description>
<maintainer email="developer@orbbec.com">Orbbec Developer</maintainer>
<license>MIT</license>
<build_depend>ros_environment</build_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>pkg-config</depend>
<depend>libusb-1.0-dev</depend>
<depend>libudev-dev</depend>
<depend>udev</depend>
<depend>pybind11-dev</depend>
<depend>python3-dev</depend>
<depend>python3-opencv</depend>
<depend>python3-numpy</depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化