-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
30 lines (23 loc) · 947 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
27
28
29
30
<?xml version="1.0"?>
<package format="2">
<name>dense_fusion_ros</name>
<version>0.0.1</version>
<description>ROS Wrapper of DenseFusion</description>
<url type="website">https://github.com/iory/dense-fusion-ros</url>
<author email="[email protected]">iory</author>
<maintainer email="[email protected]">iory</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python-gdown-pip</build_depend>
<build_depend>rospy</build_depend>
<exec_depend>python-gdown-pip</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>jsk_recognition_msgs</exec_depend>
<exec_depend>jsk_perception</exec_depend>
<exec_depend>openni2_launch</exec_depend>
<exec_depend>image_transport</exec_depend>
</package>