https://github.com/ros-industrial/abb_egm_rws_managers
A C++ library for encapsulating ROS agnostic components for a ROS driver for ABB robots
https://github.com/ros-industrial/abb_egm_rws_managers
abb cpp egm ros-industrial rws
Last synced: 5 months ago
JSON representation
A C++ library for encapsulating ROS agnostic components for a ROS driver for ABB robots
- Host: GitHub
- URL: https://github.com/ros-industrial/abb_egm_rws_managers
- Owner: ros-industrial
- License: bsd-3-clause
- Created: 2020-12-14T09:33:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T04:50:46.000Z (about 2 years ago)
- Last Synced: 2023-03-22T14:18:43.440Z (about 2 years ago)
- Topics: abb, cpp, egm, ros-industrial, rws
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 8
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abb_egm_rws_managers


[](http://github.com/ros-industrial/abb_egm_rws_managers/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 this package has not been productized, and that academia is the intended audience.**\
**The package is provided "as-is", and as such no more than limited support can be expected.**## Overview
C++ library intended for use with [abb_robot_driver](https://github.com/ros-industrial/abb_robot_driver), with the purpose of encapsulating *ROS agnostic* components.
The *ROS agnostic* components are primarily:
- Higher level management of *Externally Guided Motion* (`EGM`) communication sessions.
- Higher level management of *Robot Web Services* (`RWS`) communication sessions.
- Structured description definitions of an ABB robot controller (*i.e. see the [robot_controller_description.proto](proto/robot_controller_description.proto) file*).Please see [abb_robot_driver](https://github.com/ros-industrial/abb_robot_driver) for more details.
### Requirements
- `RobotWare` version `6.07.01` or higher (less than `7.0`).
Please see the underlying [abb_libegm](https://github.com/ros-industrial/abb_libegm) and [abb_librws](https://github.com/ros-industrial/abb_librws) packages 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.