forked from wg-perception/linemod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
22 lines (18 loc) · 834 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<package>
<name>object_recognition_linemod</name>
<version>0.3.7</version>
<description>An object recognition pipeline that uses LINE-MOD from OpenCV</description>
<author email="[email protected]">Vincent Rabaud</author>
<maintainer email="[email protected]">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>https://github.com/wg-perception/linemod</url>
<build_depend>ecto</build_depend>
<build_depend>object_recognition_core</build_depend>
<build_depend>object_recognition_renderer</build_depend>
<build_depend>opencv_candidate</build_depend>
<run_depend>ecto</run_depend>
<run_depend>object_recognition_core</run_depend>
<run_depend>object_recognition_renderer</run_depend>
<run_depend>opencv_candidate</run_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>