-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (24 loc) · 998 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<name>visual_mtt</name>
<version>2.1.0</version>
<description>A visual measurement frontend for the Recursive-RANSAC Tracker</description>
<maintainer email="[email protected]">Jeff Millard</maintainer>
<maintainer email="[email protected]">Parker Lusk</maintainer>
<maintainer email="[email protected]">Mark Petersen</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>cv_bridge</build_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>image_transport</run_depend>
<build_depend>pluginlib</build_depend>
<run_depend>pluginlib</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Exporting plugins -->
<visual_mtt plugin="${prefix}/plugins.xml"/>
</export>
</package>