forked from ros-drivers/openni_tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
34 lines (31 loc) · 1.3 KB
/
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
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package>
<name>openni_tracker</name>
<version>0.2.0</version>
<description>The OpenNI tracker broadcasts the OpenNI skeleton frames using tf.</description>
<maintainer email="[email protected]">Marcus Liebhardt</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/openni_tracker</url>
<author email="[email protected]">Tim Field</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libopenni-dev</build_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>libopenni-nite-dev</build_depend>
<build_depend>libopenni-sensor-primesense-dev</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>roslib</build_depend>
<build_depend>tf</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>libopenni-dev</run_depend>
<run_depend>libusb-1.0-dev</run_depend>
<run_depend>libopenni-nite-dev</run_depend>
<run_depend>libopenni-sensor-primesense-dev</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>orocos_kdl</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>roslib</run_depend>
<run_depend>tf</run_depend>
<build_depend>std_msgs</build_depend>
</package>