-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.xml
26 lines (20 loc) · 978 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>network_interface</name>
<version>3.1.0</version>
<description>Network interfaces and messages.</description>
<license>MIT</license>
<maintainer email="software@autonomoustuff.com">AutonomouStuff Software Development Team</maintainer>
<url type="website">http://wiki.ros.org/network_interface</url>
<url type="bugtracker">https://github.com/astuff/network_interface/issues</url>
<url type="repository">https://github.com/astuff/network_interface</url>
<author email="jwhitley@autonomoustuff.com">Joshua Whitley</author>
<author email="dstanek@autonomoustuff.com">Daniel Stanek</author>
<author email="jkale@autonomoustuff.com">Joe Kale</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>roslint</build_depend>
<depend>std_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>rosunit</test_depend>
</package>