-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (20 loc) · 863 Bytes
/
package.xml
File metadata and controls
24 lines (20 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<package>
<name>object_recognition_capture</name>
<version>0.3.2</version>
<description>Capture is a set of tools to capture objects in 3D and perform odometry</description>
<author email="erublee@willowgarage.com">Ethan Rublee</author>
<maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>http://wg-perception.github.io/capture</url>
<build_depend>boost</build_depend>
<build_depend>ecto</build_depend>
<build_depend>object_recognition_core</build_depend>
<run_depend>boost</run_depend>
<run_depend>ecto</run_depend>
<run_depend>ecto_image_pipeline</run_depend>
<run_depend>ecto_opencv</run_depend>
<run_depend>ecto_openni</run_depend>
<run_depend>ecto_ros</run_depend>
<run_depend>object_recognition_core</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>