forked from Terabee/teraranger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (26 loc) · 1.1 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
<?xml version="1.0"?>
<package>
<name>teraranger</name>
<version>2.0.1</version>
<description>The teraranger package</description>
<maintainer email="[email protected]">Krzysztof Żurad</maintainer>
<maintainer email="[email protected]">Pierre-Louis Kabaradjian</maintainer>
<maintainer email="[email protected]">Baptiste Potier</maintainer>
<url type="website">http://wiki.ros.org/teraranger</url>
<author email="[email protected]">Kabaradjian Pierre-Louis</author>
<author email="[email protected]">Baptiste Potier</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>serial</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>serial</run_depend>
<export>
</export>
</package>