forked from wg-perception/object_recognition_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.xml
24 lines (22 loc) · 960 Bytes
/
stack.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
<stack>
<name>object_recognition_core</name>
<version>0.4.18</version>
<description>object_recognition_core contains tools to launch several recognition pipelines, train objects, store models ...</description>
<author email="[email protected]">Ethan Rublee</author>
<author email="[email protected]">Vincent Rabaud</author>
<maintainer email="[email protected]">Vincent Rabaud</maintainer>
<license>BSD</license>
<copyright>Willow Garage</copyright>
<url>http://ecto.willowgarage.com/recognition</url>
<build_depends>boost</build_depends>
<build_depends>catkin</build_depends>
<build_depends>curl</build_depends>
<build_depends>ecto</build_depends>
<build_depends>ecto_image_pipeline</build_depends>
<build_depends>python-catkin-pkg</build_depends>
<depends>boost</depends>
<depends>couchdb</depends>
<depends>curl</depends>
<depends>ecto</depends>
<depends>ecto_image_pipeline</depends>
</stack>