|
| 1 | +<?xml version="1.0"?> |
1 | 2 | <package>
|
2 | 3 | <name>abb_irb120_support</name>
|
3 |
| - <version>0.2.0</version> |
| 4 | + <version>0.1.0</version> |
4 | 5 | <description>
|
5 | 6 | <p>
|
6 | 7 | ROS-Industrial support for the ABB IRB 120 (and variants).
|
7 | 8 | </p>
|
8 | 9 | <p>
|
9 | 10 | This package contains configuration data, 3D models and launch files
|
10 |
| - for ABB IRB 120 manipulators. This includes the base model (120) and the 120T. |
| 11 | + for ABB IRB 120 manipulators. This includes the base model (120) and |
| 12 | + the 120T. |
11 | 13 | </p>
|
12 | 14 | <p>
|
13 |
| - Joint limits and max joint velocities are based on the information in the |
14 |
| - <a href="http://new.abb.com/products/robotics/industrial-robots/irb-120/irb-120-data">ABB |
15 |
| - IRB 120 technical data sheet</a> (Version: ROB0149EN_D, May 2012). All URDFs / XACROs are |
16 |
| - based on the default motion and joint velocity limits, unless noted otherwise (ie: no |
17 |
| - support for high speed joints, extended / limited motion ranges or other options). |
| 15 | + Joint limits and max joint velocities are based on the information in the |
| 16 | + <a href="http://new.abb.com/products/robotics/industrial-robots/irb-120/irb-120-data"> |
| 17 | + ABB IRB 120 technical data sheet</a> (Version: ROB0149EN_D, May 2012). |
| 18 | + All urdfs / xacros are based on the default motion and joint velocity |
| 19 | + limits, unless noted otherwise (ie: no support for high speed joints, |
| 20 | + extended / limited motion ranges or other options). |
18 | 21 | </p>
|
19 | 22 | <p>
|
20 | 23 | Before using any of the configuration files and / or meshes included
|
|
24 | 27 | </description>
|
25 | 28 | < author email= "[email protected]">Mark Culleton (Trinity College Dublin)</ author>
|
26 | 29 | < maintainer email= "[email protected]">Mark Culleton (Trinity College Dublin)</ maintainer>
|
| 30 | + < maintainer email= "[email protected]">Levi Armstrong (SwRI)</ maintainer> |
27 | 31 | <license>Apache2</license>
|
28 | 32 |
|
29 |
| - <url type="website">http://wiki.ros.org/abb</url> |
| 33 | + <url type="website">http://ros.org/wiki/abb_irb120_support</url> |
30 | 34 | <url type="bugtracker">https://github.com/ros-industrial/abb_experimental/issues</url>
|
31 | 35 | <url type="repository">https://github.com/ros-industrial/abb_experimental</url>
|
32 | 36 |
|
33 | 37 | <buildtool_depend>catkin</buildtool_depend>
|
34 | 38 |
|
35 |
| - <build_depend>roslaunch</build_depend> |
| 39 | + <build_depend version_gte="1.9.55">roslaunch</build_depend> |
36 | 40 |
|
37 | 41 | <run_depend>abb_driver</run_depend>
|
| 42 | + <run_depend>abb_resources</run_depend> |
38 | 43 | <run_depend>joint_state_publisher</run_depend>
|
39 | 44 | <run_depend>robot_state_publisher</run_depend>
|
40 | 45 | <run_depend>rviz</run_depend>
|
| 46 | + <run_depend>xacro</run_depend> |
| 47 | + |
| 48 | + <export> |
| 49 | + <architecture_independent/> |
| 50 | + </export> |
41 | 51 | </package>
|
0 commit comments