-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (27 loc) · 969 Bytes
/
package.xml
File metadata and controls
33 lines (27 loc) · 969 Bytes
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
<?xml version="1.0"?>
<package format="3">
<name>ur_rtde_publisher</name>
<version>0.0.1</version>
<description>Standalone RTDE publisher</description>
<author email="sergi.romero-valderas@teradyne-robotics.com">Sergi Romero</author>
<maintainer email="ros@universal-robots.com">Universal Robots A/S</maintainer>
<license>BSD 3-Clause License</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<depend>builtin_interfaces</depend>
<depend>example_interfaces</depend>
<depend>geometry_msgs</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>ur_client_library</depend>
<depend>ur_dashboard_msgs</depend>
<depend>yaml-cpp</depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>rclcpp</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>