-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.xml
40 lines (33 loc) · 1.25 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
40
<?xml version="1.0"?>
<package>
<name>rtt_actionlib</name>
<version>2.9.2</version>
<description>The rtt_actionlib package</description>
<maintainer email="[email protected]">Orocos Developers</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rtt_ros_integration</url>
<url type="bugtracker">https://github.com/orocos/rtt_ros_integration/issues</url>
<author>Jonathan Bohren</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rtt_ros</build_depend>
<build_depend>rtt_rosclock</build_depend>
<build_depend>rtt_roscomm</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>rtt_actionlib_msgs</build_depend>
<run_depend>rtt_ros</run_depend>
<run_depend>rtt_rosclock</run_depend>
<run_depend>rtt_roscomm</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>rtt_actionlib_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<rtt_ros>
<plugin_depend>rtt_roscomm</plugin_depend>
<plugin_depend>rtt_actionlib_msgs</plugin_depend>
</rtt_ros>
</export>
</package>