-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.xml
33 lines (29 loc) · 1.21 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
<package>
<name>object_recognition_tabletop</name>
<version>0.3.2</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>assimp-dev</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>ecto</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>pluginlib</build_depend>
<build_depend>tf</build_depend>
<run_depend>assimp</run_depend>
<run_depend>ecto</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>pluginlib</run_depend>
<run_depend>tf</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>