-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
43 lines (37 loc) · 1.42 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
41
42
43
<package>
<name>rtt_ati_sensor</name>
<version>1.1.0</version>
<description>This package contains the components of the rtt_ati_sensor package</description>
<maintainer email="hoarau.robotics@gmail.com">Antoine Hoarau</maintainer>
<license>LGPLv2</license>
<url type="http://isir.upmc.fr"></url>
<author>Antoine Hoarau</author>
<build_depend>ati_sensor</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rtt</build_depend>
<build_depend>rtt_ros</build_depend>
<build_depend>rtt_rosclock</build_depend>
<build_depend>rtt_roscomm</build_depend>
<build_depend>rtt_rosparam</build_depend>
<run_depend>ati_sensor</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>rtt</run_depend>
<run_depend>rtt_ros</run_depend>
<run_depend>rtt_rosclock</run_depend>
<run_depend>rtt_roscomm</run_depend>
<run_depend>rtt_rosparam</run_depend>
<export>
<rtt_ros>
<plugin_depend>rtt_std_msgs</plugin_depend>
<plugin_depend>rtt_std_srvs</plugin_depend>
<plugin_depend>rtt_geometry_msgs</plugin_depend>
<plugin_depend>rtt_rosnode</plugin_depend>
<plugin_depend>rtt_rospack</plugin_depend>
<plugin_depend>rtt_rosparam</plugin_depend>
<plugin_depend>rtt_rosclock</plugin_depend>
<plugin_depend>rtt_roscomm</plugin_depend>
</rtt_ros>
</export>
</package>