-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (26 loc) · 1.17 KB
/
package.xml
File metadata and controls
30 lines (26 loc) · 1.17 KB
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
<?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>r2r_ur_controller</name>
<version>0.0.1</version>
<description>asdf</description>
<maintainer email="endre.eros@chalmersindustriteknik.se.se">Endre Erős</maintainer>
<license>no_license</license>
<author>Endre Erős</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rcl</build_depend>
<build_depend>rcl_action</build_depend>
<build_depend>rmw_fastrtps_cpp </build_depend>
<build_depend>FastRTPS</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>ur_script_msgs</build_depend>
<exec_depend>rcl</exec_depend>
<exec_depend>rcl_action</exec_depend>
<exec_depend>rmw_fastrtps_cpp</exec_depend>
<exec_depend>FastRTPS</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>ur_script_msgs</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>