forked from wg-perception/tabletop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
45 lines (40 loc) · 1.66 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
<package>
<name>object_recognition_tabletop</name>
<version>0.2.23</version>
<description>A port of the old tabletop object recognition</description>
<author>Marius Muja</author>
<author email="[email protected]">Vincent Rabaud</author>
<maintainer email="[email protected]">Vincent Rabaud</maintainer>
<maintainer email="[email protected]">Jon Binney</maintainer>
<license>BSD</license>
<url>http://ecto.willowgarage.com</url>
<build_depend>ecto</build_depend>
<build_depend>ecto_pcl</build_depend>
<build_depend>ecto_ros</build_depend>
<build_depend>household_objects_database</build_depend>
<build_depend>household_objects_database_msgs</build_depend>
<build_depend>moveit_core</build_depend>
<build_depend>object_recognition_core</build_depend>
<build_depend>object_recognition_msgs</build_depend>
<build_depend>opencv_candidate</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>sql_database</build_depend>
<build_depend>tf</build_depend>
<build_depend>pluginlib</build_depend>
<run_depend>ecto</run_depend>
<run_depend>ecto_pcl</run_depend>
<run_depend>ecto_ros</run_depend>
<run_depend>household_objects_database</run_depend>
<run_depend>moveit_core</run_depend>
<run_depend>object_recognition_core</run_depend>
<run_depend>object_recognition_msgs</run_depend>
<run_depend>opencv_candidate</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>sql_database</run_depend>
<run_depend>tf</run_depend>
<run_depend>pluginlib</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<export>
<object_recognition_core plugin="${prefix}/db_plugin.xml" />
</export>
</package>