-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.xml
29 lines (24 loc) · 1.07 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
<package>
<name>object_recognition_core</name>
<version>0.6.7</version>
<description>object_recognition_core contains tools to launch several recognition pipelines, train objects, store models ...</description>
<author email="erublee@willowgarage.com">Ethan Rublee</author>
<author email="vrabaud@willowgarage.com">Vincent Rabaud</author>
<maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>http://wg-perception.github.io/object_recognition_core/</url>
<build_depend>boost</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>curl</build_depend>
<build_depend>ecto</build_depend>
<build_depend>ecto_image_pipeline</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>boost</run_depend>
<run_depend>couchdb</run_depend>
<run_depend>curl</run_depend>
<run_depend>ecto</run_depend>
<run_depend>ecto_image_pipeline</run_depend>
<run_depend>sensor_msgs</run_depend>
<test_depend>visualization_msgs</test_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>