forked from code-iai/iai_kinect2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
39 lines (33 loc) · 1.4 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
35
36
37
38
39
<?xml version="1.0"?>
<package>
<name>kinect2_bridge</name>
<version>0.0.1</version>
<description>The kinect2_bridge package</description>
<maintainer email="[email protected]">Thiemo Wiedemeyer</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostime</build_depend>
<build_depend>tf</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>compressed_depth_image_transport</build_depend>
<build_depend>kinect2_registration</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>cv_bridge</build_depend><!-- Depend on cv_bridge instead of libopencv-dev to support ROS Hydro.-->
<run_depend>message_runtime</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rostime</run_depend>
<run_depend>tf</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>compressed_depth_image_transport</run_depend>
<run_depend>kinect2_registration</run_depend>
<run_depend>nodelet</run_depend>
<run_depend>depth_image_proc</run_depend>
<run_depend>cv_bridge</run_depend><!-- Depend on cv_bridge instead of libopencv-dev to support ROS Hydro.-->
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>