-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
53 lines (45 loc) · 2.13 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
44
45
46
47
48
49
50
51
52
53
<?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_description</name>
<version>2.2.1</version>
<description>
URDF description for Universal Robots
</description>
<author>Nadia Hammoudeh Garcia</author>
<author>Kelsey Hawkins</author>
<author>G.A. vd. Hoorn</author>
<author>Lovro Ivanov</author>
<author>Mathias Ludtke</author>
<author>Wim Meeussen</author>
<author>Felix Messmer</author>
<author>Miguel Prada Sarasola</author>
<author>Denis Stogl</author>
<author>Andy Zelenak</author>
<author>Marvin Grosse Besselmann</author>
<maintainer email="[email protected]">Felix Exner</maintainer>
<maintainer email="[email protected]">Tristan Schnell</maintainer>
<maintainer email="[email protected]">Lovro Ivanov</maintainer>
<maintainer email="[email protected]">Denis Stogl</maintainer>
<license file="LICENSE">BSD-3-Clause</license>
<license file="meshes/ur20/LICENSE.txt">Universal Robots A/S’ Terms and Conditions for Use of Graphical Documentation</license>
<!--<license file="meshes/ur20/LICENSE.txt" source-files="meshes/ur20/*" type="freeform">Universal Robots A/S’ Terms and Conditions for Use of Graphical Documentation</license>-->
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues</url>
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_ROS2_Description</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>launch_testing_ros</test_depend>
<test_depend>liburdfdom-tools</test_depend>
<test_depend>xacro</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>