-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.xml
35 lines (28 loc) · 1.17 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rclc_examples</name>
<version>6.2.0</version>
<description>Example of using rclc_executor</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Jan Staschulat</author>
<author email="[email protected]">Arne Nordmann</author>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>rcl</build_depend>
<build_depend>rclc</build_depend>
<build_depend>rclc_lifecycle</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>lifecycle_msgs</build_depend>
<build_depend>example_interfaces</build_depend>
<exec_depend>rcl</exec_depend>
<exec_depend>rclc</exec_depend>
<exec_depend>rclc_lifecycle</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>lifecycle_msgs</exec_depend>
<exec_depend>example_interfaces</exec_depend>
<depend>rclc_parameter</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>