-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.xml
29 lines (23 loc) · 961 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
<?xml version="1.0"?>
<package format="2">
<name>pacmod3</name>
<version>2.2.2</version>
<description>AutonomouStuff PACMod v3 Driver Package</description>
<license>MIT</license>
<url type="website">http://wiki.ros.org/pacmod3</url>
<url type="repository">https://github.com/astuff/pacmod3</url>
<url type="bugtracker">https://github.com/astuff/pacmod3/issues</url>
<maintainer email="[email protected]">AutonomouStuff Software Team</maintainer>
<author email="[email protected]">Joe Driscoll</author>
<author email="[email protected]">Josh Whitley</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend version_gte="1.0.0" version_lt="1.1.0">pacmod3_msgs</depend>
<depend>can_msgs</depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>