-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
48 lines (44 loc) · 1.4 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
<package>
<name>yaskawa_mh24_support</name>
<version>0.3.6</version>
<license>Apache v2.0</license>
<maintainer email="[email protected]">Maarten de Vries</maintainer>
<author email="[email protected]">Maarten de Vries</author>
<url type="bugtracker">https://github.com/ros-industrial/yaskawa/issues</url>
<url type="repository">https://github.com/ros-industrial/yaskawa</url>
<description>
<p>
ROS Industrial support for the Yaskawa MH24.
</p>
<p>
This package contains configuration data, 3D models and launch files
for Yaskawa MH24 manipulators.
</p>
<p>
<b>Specifications</b>
</p>
<ul>
<li>mh24 - Default</li>
</ul>
<p>
Joint limits and maximum joint velocities are based on the information
found in the online
http://www.motoman.com/datasheets/mh24.pdf
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>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>motoman_driver</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>rviz</run_depend>
<run_depend>joint_state_publisher</run_depend>
<export>
<architecture_independent/>
</export>
</package>