|
| 1 | +<?xml version="1.0"?> |
1 | 2 | <package>
|
2 | 3 | <name>abb_irb4400_support</name>
|
3 | 4 | <version>0.1.0</version>
|
4 | 5 | <description>
|
5 | 6 | <p>
|
6 |
| - ROS Industrial support for the ABB IRB4400 (and variants). |
| 7 | + ROS-Industrial support for the ABB IRB 4400 (and variants). |
7 | 8 | </p>
|
8 | 9 | <p>
|
9 |
| - This package contains configuration data, 3D models and launch files |
10 |
| - for ABB IRB4400 manipulators. This currently includes the L30. |
| 10 | + This package contains configuration data, 3D models and launch files |
| 11 | + for ABB IRB 4400 manipulators. This currently includes the L30. |
11 | 12 | </p>
|
12 | 13 | <p>
|
13 |
| - Joint limits and max joint velocities are based on the information in the |
| 14 | + Joint limits and max joint velocities are based on the information in the |
14 | 15 | <a href="http://www05.abb.com/global/scot/scot352.nsf/veritydisplay/c90b98aaa057bd6ec12576cb00528ef6/$file/Product%20specification%204400%20M99%20BWOS3.2.pdf">
|
15 |
| - ABB IRB 4400 product specification document</a> (Article No: 3HAC 8770-1). |
16 |
| - All urdfs / xacros are based on the default motion and joint velocity |
17 |
| - limits, unless noted otherwise (ie: no support for high speed joints, |
| 16 | + ABB IRB 4400 product specification document</a> (Article No: 3HAC 8770-1). |
| 17 | + All urdfs / xacros are based on the default motion and joint velocity |
| 18 | + limits, unless noted otherwise (ie: no support for high speed joints, |
18 | 19 | extended / limited motion ranges or other options).
|
19 | 20 | </p>
|
20 | 21 | <p>
|
21 |
| - Before using any of the configuration files and / or meshes included |
22 |
| - in this package, be sure to check they are correct for the particular |
| 22 | + Before using any of the configuration files and / or meshes included |
| 23 | + in this package, be sure to check they are correct for the particular |
23 | 24 | robot model and configuration you intend to use them with.
|
24 | 25 | </p>
|
25 | 26 | </description>
|
26 |
| - < author email="[email protected]">Dan Solomon (Southwest Research Institute)</ author> |
27 |
| - < maintainer email= "[email protected]">Shaun Edwards ( Southwest Research Institute)</ maintainer> |
| 27 | + <author>Dan Solomon</author> |
| 28 | + < maintainer email= "[email protected]">Shaun Edwards ( SwRI)</ maintainer> |
28 | 29 | <license>Apache2</license>
|
29 | 30 |
|
30 |
| - <url type="website">http://ros.org/wiki/abb_irb4400_support</url> |
| 31 | + <url type="website">http://wiki.ros.org/abb_irb4400_support</url> |
31 | 32 | <url type="bugtracker">https://github.com/ros-industrial/abb_experimental/issues</url>
|
32 | 33 | <url type="repository">https://github.com/ros-industrial/abb_experimental</url>
|
33 | 34 |
|
|
36 | 37 | <build_depend version_gte="1.9.55">roslaunch</build_depend>
|
37 | 38 |
|
38 | 39 | <run_depend>abb_driver</run_depend>
|
| 40 | + <run_depend>abb_resources</run_depend> |
39 | 41 | <run_depend>joint_state_publisher</run_depend>
|
40 | 42 | <run_depend>robot_state_publisher</run_depend>
|
41 | 43 | <run_depend>rviz</run_depend>
|
| 44 | + <run_depend>xacro</run_depend> |
42 | 45 |
|
| 46 | + <export> |
| 47 | + <architecture_independent/> |
| 48 | + </export> |
43 | 49 | </package>
|
0 commit comments