-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
38 lines (33 loc) · 1.36 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
<package>
<name>object_recognition_household</name>
<version>0.0.0</version>
<description>A plugon for ORK for the household object database</description>
<author>Marius Muja</author>
<author email="[email protected]">Vincent Rabaud</author>
<maintainer email="[email protected]">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>http://ecto.willowgarage.com</url>
<build_depend>cmake_modules</build_depend>
<build_depend>ecto</build_depend>
<build_depend>household_objects_database</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>sql_database</build_depend>
<build_depend>tf</build_depend>
<build_depend>pluginlib</build_depend>
<run_depend>ecto</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>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>