-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
45 lines (39 loc) · 1.52 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
40
41
42
43
44
45
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>pcl_object_detection</name>
<version>0.0.0</version>
<description>
The pcl_object_detection package provides a nodelet for detecting objects in point clouds.
</description>
<maintainer email="kvalentincardenas@gmail.com">Keith Valentin</maintainer>
<license>BSD</license>
<url type="website">https://home.soka.ac.jp/~choi/index.html</url>
<url type="repository">https://github.com/TeamSOBITS/pcl_object_detection</url>
<url type="bugtracker">https://github.com/TeamSOBITS/pcl_object_detection/issues</url>
<author email="choi.7f@gmail.com">Team SOBITS</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>laser_geometry</depend>
<depend>pluginlib</depend>
<depend>nodelet</depend>
<depend>pcl_conversions</depend>
<depend>pcl_ros</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tf2_geometry_msgs</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<nodelet plugin="${prefix}/nodelet_description.xml"/>
</export>
</package>