-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.xml
26 lines (21 loc) · 896 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
<package>
<name>openni_launch</name>
<version>1.9.8</version>
<description>
Launch files to open an OpenNI device and load all nodelets to
convert raw depth/RGB/IR streams to depth images, disparity images,
and (registered) point clouds.
</description>
<author>Patrick Mihelich</author>
<maintainer email="[email protected]">Isaac I.Y. Saito</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/openni_launch</url>
<url type="repository">https://github.com/ros-drivers/openni_launch</url>
<url type="bugtracker">https://github.com/ros-drivers/openni_launch/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<!-- test dependency -->
<build_depend>roslaunch</build_depend>
<run_depend>nodelet</run_depend>
<run_depend>openni_camera</run_depend>
<run_depend>rgbd_launch</run_depend>
</package>