-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy pathpackage.xml
59 lines (54 loc) · 2.09 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>motoman_hc20_support</name>
<version>0.1.0</version>
<description>
<p>ROS-Industrial support for the Motoman HC20 (and variants).</p>
<p>
This package contains configuration data, 3D models and launch files
for Motoman HC20 manipulators. This currently includes the base model
which also supports the DT and XP variants.
</p>
<p>
<b>Specifications</b>
</p>
<ul>
<li>HC20 - Default</li>
<li>HC20DT - Default</li>
<li>HC20XP - Default</li>
</ul>
<p>
Joint limits and maximum joint velocities are based on the information
found in <em>YASKAWA MOTOMAN-HC20DT INSTRUCTIONS (HW1486129)</em>
version <em>190085-1CD, rev 1</em>.
</p>
<p>
All urdfs are based on the default motion and joint velocity limits,
unless noted otherwise.
</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>Eric Marcil</author>
<maintainer email="eric.marcil@motoman.com">Eric Marcil</maintainer>
<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/motoman_hc20_support</url>
<url type="bugtracker">https://github.com/ros-industrial/motoman/issues</url>
<url type="repository">https://github.com/ros-industrial/motoman</url>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>roslaunch</test_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>motoman_driver</exec_depend>
<exec_depend>motoman_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>