-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
39 lines (31 loc) · 1.27 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
34
35
36
37
38
39
<package format="2">
<name>py_trees_msgs</name>
<version>0.3.7</version>
<description>
Messages used by py_trees_ros and some extras for the mock demos/tests.
</description>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<maintainer email="[email protected]">Michal Staniaszek</maintainer>
<maintainer email="[email protected]">Naveed Usmani</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/py_trees_msgs</url>
<url type="repository">https://github.com/stonier/py_trees_msgs</url>
<url type="bugtracker">https://github.com/stonier/py_trees_msgs/issues</url>
<author>Daniel Stonier</author>
<author>Michal Staniaszek</author>
<author>Naveed Usmani</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>uuid_msgs</build_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>uuid_msgs</exec_depend>
<export>
<architecture_independent/>
</export>
</package>