An open API service indexing awesome lists of open source software.

https://github.com/ros-industrial/abb_robot_driver_interfaces

ROS message and service definitions for a ROS driver for ABB robots
https://github.com/ros-industrial/abb_robot_driver_interfaces

abb egm messages ros ros-industrial rws

Last synced: about 2 months ago
JSON representation

ROS message and service definitions for a ROS driver for ABB robots

Awesome Lists containing this project

README

        

# abb_robot_driver_interfaces

![CI - Ubuntu Bionic](https://github.com/ros-industrial/abb_robot_driver_interfaces/workflows/CI%20-%20Ubuntu%20Bionic/badge.svg)
![CI - Ubuntu Focal](https://github.com/ros-industrial/abb_robot_driver_interfaces/workflows/CI%20-%20Ubuntu%20Focal/badge.svg)
[![Github Issues](https://img.shields.io/github/issues/ros-industrial/abb_robot_driver_interfaces.svg)](http://github.com/ros-industrial/abb_robot_driver_interfaces/issues)

[![license - bsd 3 clause](https://img.shields.io/:license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

[![support level: community](https://img.shields.io/badge/support%20level-community-lightgray.svg)](http://rosindustrial.org/news/2016/10/7/better-supporting-a-growing-ros-industrial-software-platform)

**Please note that the included packages have not been productized, and that academia is the intended audience.**\
**The packages are provided "as-is", and as such no more than limited support can be expected.**

## Overview

ROS packages with ROS message and service definitions, intended for use with [abb_robot_driver](https://github.com/ros-industrial/abb_robot_driver).

The included packages are briefly described in the following table:

| Package | Description |
| --- | --- |
| [abb_robot_msgs](abb_robot_msgs) | ROS message and service definitions representing basic interaction with ABB robots:


  • Reading system states (*e.g. motors on/off and if auto/manual mode is active*).

  • Starting and stopping `RAPID` program execution.

  • Reading and writing of `RAPID` data symbols (*e.g. variables and constants*).

  • Reading and writing of IO-signals.

  • And more.

|
| [abb_rapid_msgs](abb_rapid_msgs) | ROS message definitions representing complex `RAPID` data structures:

  • `loaddata`.

  • `tooldata`.

  • `wobjdata`.

  • `jointtarget`.

  • `robtarget`.

  • And more.

|
| [abb_egm_msgs](abb_egm_msgs) | ROS message definitions representing data related to *Externally Guided Motion* (`EGM`) communication channels. |
| [abb_rapid_sm_addin_msgs](abb_rapid_sm_addin_msgs) | ROS message and service definitions representing interaction with `RAPID` program instances of the `RobotWare` [StateMachine Add-In](https://robotapps.robotstudio.com/#/viewApp/c163de01-792e-4892-a290-37dbe050b6e1):

  • Reading runtime states of the `RAPID` program instances (*i.e. the state machines*).

  • Starting and stopping `EGM` communication sessions.

  • Reading and writing of `EGM` `RAPID` settings.

  • Opening/closing `SmartGripper` fingers.

  • And more.

|

Please see [abb_robot_driver](https://github.com/ros-industrial/abb_robot_driver) for more details.

## Acknowledgements

### ROSIN Project



rosin_logo

The core development has been made within the European Union's Horizon 2020 project: ROSIN - ROS-Industrial Quality-Assured Robot Software Components (see http://rosin-project.eu for more info).



eu_flag
The ROSIN project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement no. 732287.

*The opinions expressed here reflects only the author's view and reflects in no way the European Commission's opinions. The European Commission is not responsible for any use that may be made of the contained information.*

### Special Thanks

Special thanks to [gavanderhoorn](https://github.com/gavanderhoorn) for guidance with open-source practices and conventions.