-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
51 lines (43 loc) · 1.8 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
<?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.0.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="exner@fzi.de">Felix Exner</maintainer>
<maintainer email="schnell@fzi.de">Tristan Schnell</maintainer>
<maintainer email="lovro.ivanov@gmail.com">Lovro Ivanov</maintainer>
<maintainer email="denis@stoglrobotics.de">Denis Stogl</maintainer>
<license>BSD-3-Clause</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>