-
Notifications
You must be signed in to change notification settings - Fork 223
/
Copy pathpackage.xml
74 lines (69 loc) · 3.17 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<package format="2">
<name>kuka_kr10_support</name>
<version>0.1.0</version>
<description>
<p>
ROS-Industrial support for the KUKA KR 10 (and variants).
</p>
<p>
This package contains configuration data, 3D models and launch files
for KUKA KR 10 manipulators. This currently includes the R1100 sixx only.
From Agilus-2 series it currently includes the R900-2 only.
</p>
<p><b>Specifications</b>:</p>
<ul>
<li>KR 10 R900-2 - Default</li>
<li>KR 10 R1100 sixx - Default</li>
<li>KR 10 R1420 - Default</li>
</ul>
<p>
Joint limits and maximum joint velocities for the Agilus-2 variants
are based on the information in the <em>Kuka Deutschland GmbH - Kuka Robots
KR AGILUS-2 Spezifikation</em> version <em>Spez KR AGILUS-2 V4, 29.01.2019</em>.
All urdfs are based on the default motion and joint velocity limits,
unless noted otherwise (ie: no support for high speed joints,
extended / limited motion ranges or other options).
</p>
<p>
Joint limits and maximum joint velocities are based on the information
in the <em>KUKA Roboter GmbH - KR AGILUS sixx - With W and C Variants -
Specification</em> version <em>Spez KR AGILUS sixx V12, 26.03.2015</em>.
All urdfs are based on the default motion and joint velocity limits,
unless noted otherwise (ie: no support for high speed joints,
extended / limited motion ranges or other options).
</p>
<p>
Joint limits and maximum joint velocities are based on the information
in the <em>KUKA Roboter GmbH - KR CYBERTECH nano</em> version
<em>Spez KR CYBERTECH nano V1, 25.07.2016</em>.
All urdfs are based on the default motion and joint velocity limits,
unless noted otherwise (ie: no support for high speed joints,
extended / limited motion ranges or other options).
</p>
<p>
Before using any of the configuration files and / or meshes included
in this package, be sure to check they are correct for the particular
robot model and configuration you intend to use them with.
</p>
</description>
<author email="hi@aatb.ch">Thibault Brevet (AATB GmbH)</author>
<author email="schindlbeck@imr.uni-hannover.de">Christopher Schindlbeck (University of Hanover)</author>
<author email="simon.schmeisser@optonic.com">Simon Schmeisser (Optonic GmbH)</author>
<maintainer email="g.a.vanderhoorn@tudelft.nl">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/kuka_kr10_support</url>
<url type="bugtracker">https://github.com/ros-industrial/kuka_experimental/issues</url>
<url type="repository">https://github.com/ros-industrial/kuka_experimental</url>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>roslaunch</test_depend>
<exec_depend>industrial_robot_client</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>kuka_resources</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
<architecture_independent/>
</export>
</package>