-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (36 loc) · 1.51 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
<?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>0.0.0</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>
<maintainer email="[email protected]">Marvin Große Besselmann</maintainer>
<maintainer email="[email protected]">Lovro Ivanov</maintainer>
<maintainer email="[email protected]">Denis Stogl</maintainer>
<maintainer email="[email protected]">Andy Zelenak</maintainer>
<license>Apache License 2.0</license>
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues</url>
<url type="repository">https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>joint_state_publisher</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>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>