-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
26 lines (19 loc) · 836 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
<?xml version="1.0"?>
<package format="2">
<name>pid</name>
<version>0.0.1</version>
<description>Based on the original pid package (URL: http://wiki.ros.org/pid) by Andy Zelenak.</description>
<maintainer email="[email protected]">Nikita Boguslavskii</maintainer>
<license>BSD</license>
<url type="website">https://github.com/GOPHER-System-Intergration/gopher-kinova-pid</url>
<author email="[email protected]">Nikita Boguslavskii</author>
<author>Andy Zelenak</author>
<author>Paul Bouchier</author>
<!-- Use buildtool_depend for build tool packages: -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Use build_depend for packages you need at compile time: -->
<depend>message_runtime</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>dynamic_reconfigure</depend>
</package>