forked from RoboSherlock/robosherlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (27 loc) · 1.24 KB
/
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
<?xml version="1.0"?>
<package format="2">
<name>robosherlock</name>
<version>0.0.0</version>
<description>The RoboSherlock package</description>
<maintainer email="[email protected]">Ferenc Balint-Benczedi</maintainer>
<maintainer email="[email protected]">Thiemo Wiedemeyer</maintainer>
<maintainer email="[email protected]">Jan-Hendirk Worch</maintainer>
<license>BSD</license>
<url type="website">https://github.com/robosherlock/robosherlock</url>
<author email="[email protected]">Ferenc Balint-Benczedi</author>
<author email="[email protected]">Thiemo Wiedemeyer</author>
<author email="[email protected]">Jan-Hendirk Worch</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>pcl_ros </depend>
<depend>rospy </depend>
<depend>cv_bridge </depend>
<depend>cmake_modules </depend>
<depend>sensor_msgs </depend>
<depend>std_msgs </depend>
<depend>tf </depend>
<depend>tf_conversions </depend>
<depend>image_transport </depend>
<depend>image_geometry </depend>
<export>
</export>
</package>