-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (33 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
<?xml version="1.0"?>
<package format="2">
<name>rtt_orca</name>
<version>1.0.0</version>
<description>The rtt_orca package</description>
<maintainer email="[email protected]">Antoine Hoarau</maintainer>
<author email="[email protected]">Antoine Hoarau</author>
<license>CeCILL-C</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>rtt</depend>
<depend>rtt_ros</depend>
<depend>rtt_roscomm</depend>
<depend>rtt_rosclock</depend>
<depend>orca_ros</depend>
<depend>eigen_conversions</depend>
<export>
<rtt_ros>
<!-- <plugin_depend>rtt_std_msgs</plugin_depend> -->
<!-- <plugin_depend>rtt_diagnostic_msgs</plugin_depend> -->
<!-- <plugin_depend>rtt_geometry_msgs</plugin_depend> -->
<!-- <plugin_depend>rtt_sensor_msgs</plugin_depend> -->
<!-- <plugin_depend>kdl_typekit</plugin_depend> -->
<!-- <plugin_depend>eigen_typekit</plugin_depend> -->
<!-- <plugin_depend>rtt_rosclock</plugin_depend> -->
<!-- <plugin_depend>rtt_tf</plugin_depend> -->
<!-- <plugin_depend>rtt_rosparam</plugin_depend>
<plugin_depend>rtt_roscomm</plugin_depend>
<plugin_depend>rtt_rospack</plugin_depend> -->
<!-- <plugin_depend>rtt_nav_msgs</plugin_depend> -->
<!-- <plugin_depend>rtt_trajectory_msgs</plugin_depend> -->
</rtt_ros>
</export>
</package>