ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Is ROS industrial supported on ABB's IRB 1520 or IRB 1600 robots ?

asked 2014-12-31 08:47:12 -0500

gayathrim gravatar image

updated 2015-01-02 02:20:27 -0500

gvdhoorn gravatar image

The website http://wiki.ros.org/Robots says that ROS is supported only on

ABB IRB 2400, IRB 5400, IRB 6640

We want to know what it would take to have ROS industrial support ABB IRB 1520 and IRB 1600 robots.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2015-01-02 02:19:12 -0500

gvdhoorn gravatar image

updated 2015-01-02 10:10:12 -0500

tl;dr: driver should work, you need to create robot support (urdf + meshes) and MoveIt packages.


For robots to be included on the list you're linking, the following packages need to exist for a specific robot:

  1. a 'description' package (or robot support package as they are called in ROS-Industrial). This package contains the URDF, meshes and some launch files
  2. MoveIt configuration package: this allows users to make use of MoveIt for motion control.
  3. and most importantly: a driver package, which allows ROS-Industrial -- either using industrial_robot_client nodes, or custom ones -- to connect to and command the appropriate industrial controller.

The abb_driver package is manipulator agnostic: it supports all robot models that an IRC5 controller supports. That means the driver should work with the IRB1520 and IRB1600.

What is currently not part of the standard distribution of ROS-Industrial packages are the models (urdf + meshes) and the MoveIt packages. Those you'll need to create for the models you mentioned.

If you'd like to contribute back, it would be preferable if you base your work on one of the existing support packages, such as the abb_irb2400_support package. You can just use the files and directory structure as a template.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-12-31 08:47:12 -0500

Seen: 962 times

Last updated: Jan 02 '15