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
- Host: GitHub
- URL: https://github.com/ros-industrial/abb_robot_driver_interfaces
- Owner: ros-industrial
- License: bsd-3-clause
- Created: 2020-12-14T09:35:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T07:55:03.000Z (about 2 years ago)
- Last Synced: 2025-01-20T23:46:30.179Z (3 months ago)
- Topics: abb, egm, messages, ros, ros-industrial, rws
- Language: CMake
- Homepage:
- Size: 45.9 KB
- Stars: 13
- Watchers: 7
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abb_robot_driver_interfaces


[](http://github.com/ros-industrial/abb_robot_driver_interfaces/issues)[](https://opensource.org/licenses/BSD-3-Clause)
[](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
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).
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.