-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
executable file
·38 lines (31 loc) · 1.11 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ur_hardware_interface</name>
<version>2.1.2</version>
<description>The ros2 ur_hardware_interface package</description>
<maintainer email="[email protected]">stiima</maintainer>
<license>BSD-3-Clause</license>
<author>Stiima</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>controller_manager</depend>
<depend>controller_manager_msgs</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>ur_bringup</depend>
<depend>ur_client_library</depend>
<depend>ur_controllers</depend>
<depend>ur_dashboard_msgs</depend>
<depend>ur_description</depend>
<depend>ur_msgs</depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>