forked from jiriUlr/whycon-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (24 loc) · 961 Bytes
/
package.xml
File metadata and controls
33 lines (24 loc) · 961 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
25
26
27
28
29
30
31
32
33
<package format="2">
<name>whycon</name>
<version>0.7.5</version>
<description>Implementats the WhyCon localisation system into ROS.</description>
<maintainer email="jiri.ulrich@fel.cvut.cz">Jiri Ulrich</maintainer>
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>MIT</license>
<url type="website">https://github.com/gestom/whycon-orig</url>
<author email="tomas.krajnik@fel.cvut.cz">Tom Krajnik</author>
<author email="jiri.ulrich@fel.cvut.cz">Jiri Ulrich</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>tf</depend>
<depend>image_transport</depend>
<depend>dynamic_reconfigure</depend>
<depend>message_generation</depend>
<depend>visualization_msgs</depend>
<depend>geometry_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<export>
</export>
</package>