-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (25 loc) · 1.15 KB
/
package.xml
File metadata and controls
37 lines (25 loc) · 1.15 KB
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
34
35
<?xml version="1.0"?>
<package format="2">
<name>pyros_test</name>
<version>0.0.6</version>
<description>
Basic test nodes for Pyros dynamic ROS interface
</description>
<license>BSD</license>
<url type="repository">https://github.com/asmodehn/pyros-test</url>
<url type="bugtracker">https://github.com/asmodehn/pyros-test/issues</url>
<author email="asmodehn@gmail.com">AlexV</author>
<maintainer email="asmodehn@gmail.com">AlexV</maintainer>
<buildtool_depend version_gte="0.6.18">catkin</buildtool_depend>
<depend version_gte="1.11.19">rospy</depend>
<depend version_gte="0.5.9">std_msgs</depend>
<build_depend version_gte="0.2.10">message_generation</build_depend>
<build_depend version_gte="0.10.0">roslint</build_depend>
<exec_depend version_gte="0.4.12">message_runtime</exec_depend>
<!-- these dependencies are only for testing -->
<test_depend version_gte="1.11.19">rostest</test_depend>
<test_depend version_gte="1.11.12">rosunit</test_depend>
<test_depend version_gte="1.11.19">rostopic</test_depend>
<!-- documentation dependencies -->
<doc_depend version_gte="0.2.10">python-catkin-pkg</doc_depend>
</package>