-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (37 loc) · 1.32 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 format="2">
<name>hello_world</name>
<version>0.1.0</version>
<license>BSD</license>
<maintainer email="[email protected]">Firstname Lastname</maintainer>
<description>
Package description.
</description>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<!-- Build deps are queried automatically with orocos_use_package() -->
<build_depend>rtt</build_depend>
<build_depend>ocl</build_depend>
<build_depend>rtt_ros</build_depend>
<build_depend>rtt_rosparam</build_depend>
<exec_depend>rtt</exec_depend>
<exec_depend>ocl</exec_depend>
<exec_depend>rtt_ros</exec_depend>
<exec_depend>rtt_rosnode</exec_depend>
<exec_depend>rtt_roscomm</exec_depend>
<exec_depend>rtt_rosparam</exec_depend>
<exec_depend>rtt_std_msgs</exec_depend>
<exec_depend>rtt_std_srvs</exec_depend>
<!-- ROS Msg Typekits and Srv Proxies -->
<build_depend>rtt_sensor_msgs</build_depend>
<exec_depend>rtt_sensor_msgs</exec_depend>
<export>
<rtt_ros>
<plugin_depend>rtt_rosnode</plugin_depend>
<plugin_depend>rtt_roscomm</plugin_depend>
<plugin_depend>rtt_rosparam</plugin_depend>
<plugin_depend>rtt_std_msgs</plugin_depend>
<plugin_depend>rtt_std_srvs</plugin_depend>
<plugin_depend>rtt_sensor_msgs</plugin_depend>
</rtt_ros>
</export>
</package>