forked from wg-perception/opencv_candidate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstack.xml
More file actions
19 lines (17 loc) · 647 Bytes
/
stack.xml
File metadata and controls
19 lines (17 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<stack>
<name>opencv_candidate</name>
<version>0.1.6</version>
<description>Experimental OpenCV functions</description>
<author email="erublee@willowgarage.com">Ethan Rublee</author>
<author email="vrabud@willowgarage.com">Vincent Rabaud</author>
<maintainer email="vrabaud@willowgarage.com">Vincent Rabaud</maintainer>
<license>BSD</license>
<copyright>Willow Garage</copyright>
<build_depends>catkin</build_depends>
<build_depends>libg2o</build_depends>
<build_depends>opencv2</build_depends>
<build_depends>pcl</build_depends>
<depends>libg2o</depends>
<depends>opencv2</depends>
<depends>pcl</depends>
</stack>