-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
37 lines (26 loc) · 915 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 format="2">
<name>rovi_pose_estimator</name>
<version>1.0.0</version>
<description>Pose estimation for ROVI project.</description>
<author email="[email protected]">Peter Nielsen</author>
<maintainer email="[email protected]">Peter Nielsen</maintainer>
<maintainer email="[email protected]">Martin Androvich</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/martinandrovich/rb-rovi</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<depend>pcl_ros</depend>
<depend>rovi_utils</depend>
<depend>rovi_gazebo</depend>
<depend>Eigen3</depend>
<depend>OpenCV</depend>
<export>
<gazebo_ros gazebo_plugin_path="${prefix}/lib"/>
</export>
</package>