加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.xml 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhonghong322 提交于 2024-06-04 21:03 . Merge 1.10.x to main (#93)
<?xml version="1.0"?>
<package format="3">
<name>OrbbecSDK</name>
<version>1.10.8</version>
<description>
OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and
manipulate Orbbec cameras seamlessly.
</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>
<build_depend>pkg-config</build_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>libudev-dev</build_depend>
<build_depend>udev</build_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化