-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.xml
24 lines (22 loc) · 966 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="3">
<name>OrbbecSDK</name>
<version>1.10.16</version>
<description>
OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and
manipulate Orbbec cameras seamlessly.
</description>
<maintainer email="[email protected]">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>