-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.xml
26 lines (25 loc) · 907 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
25
26
<?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="[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>
<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>