Skip to content

Commit bc89312

Browse files
committed
irb4400: minor manifest and build script cleanups.
1 parent a835e02 commit bc89312

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

abb_irb120_support/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<maintainer email="[email protected]">Levi Armstrong (SwRI)</maintainer>
3131
<license>Apache2</license>
3232

33-
<url type="website">http://ros.org/wiki/abb_irb120_support</url>
33+
<url type="website">http://wiki.ros.org/abb_irb120_support</url>
3434
<url type="bugtracker">https://github.com/ros-industrial/abb_experimental/issues</url>
3535
<url type="repository">https://github.com/ros-industrial/abb_experimental</url>
3636

abb_irb4400_support/CMakeLists.txt

+7-9
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ catkin_package()
99
if (CATKIN_ENABLE_TESTING)
1010
find_package(roslaunch REQUIRED)
1111
roslaunch_add_file_check(tests/roslaunch_test.xml
12-
DEPENDENCIES
13-
# not nice, but industrial_robot_client doesn't prefix its targets
14-
joint_trajectory_action
15-
abb_driver_robot_state
16-
abb_driver_motion_download_interface)
12+
DEPENDENCIES
13+
# not nice, but industrial_robot_client doesn't prefix its targets
14+
joint_trajectory_action
15+
abb_driver_robot_state
16+
abb_driver_motion_download_interface)
1717
endif()
1818

19-
foreach(dir config launch meshes urdf)
20-
install(DIRECTORY ${dir}/
21-
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
22-
endforeach()
19+
install(DIRECTORY config launch meshes urdf
20+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

abb_irb4400_support/package.xml

+18-12
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1+
<?xml version="1.0"?>
12
<package>
23
<name>abb_irb4400_support</name>
34
<version>0.1.0</version>
45
<description>
56
<p>
6-
ROS Industrial support for the ABB IRB4400 (and variants).
7+
ROS-Industrial support for the ABB IRB 4400 (and variants).
78
</p>
89
<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.
1112
</p>
1213
<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
1415
<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,
1819
extended / limited motion ranges or other options).
1920
</p>
2021
<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
2324
robot model and configuration you intend to use them with.
2425
</p>
2526
</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>
2829
<license>Apache2</license>
2930

30-
<url type="website">http://ros.org/wiki/abb_irb4400_support</url>
31+
<url type="website">http://wiki.ros.org/abb_irb4400_support</url>
3132
<url type="bugtracker">https://github.com/ros-industrial/abb_experimental/issues</url>
3233
<url type="repository">https://github.com/ros-industrial/abb_experimental</url>
3334

@@ -36,8 +37,13 @@
3637
<build_depend version_gte="1.9.55">roslaunch</build_depend>
3738

3839
<run_depend>abb_driver</run_depend>
40+
<run_depend>abb_resources</run_depend>
3941
<run_depend>joint_state_publisher</run_depend>
4042
<run_depend>robot_state_publisher</run_depend>
4143
<run_depend>rviz</run_depend>
44+
<run_depend>xacro</run_depend>
4245

46+
<export>
47+
<architecture_independent/>
48+
</export>
4349
</package>

0 commit comments

Comments
 (0)