-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (21 loc) · 781 Bytes
/
package.xml
File metadata and controls
28 lines (21 loc) · 781 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>rt_string_msgs</name>
<version>0.0.0</version>
<description>Provides ROS messages for rt_strings.</description>
<maintainer email="info@intermodalics.eu">Intermodalics BVBA</maintainer>
<license>LGPL / BSD</license>
<author email="luca@intermodalics.eu">Luca Magnabosco</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_generation</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<build_depend version_gte="0.6.0">gencpp</build_depend>
<depend>rtt_roscomm</depend>
<depend>std_msgs</depend>
<export>
<rtt_ros>
<plugin_depend>rtt_roscomm</plugin_depend>
</rtt_ros>
</export>
</package>