Skip to content

Online control for ABB robots over a simple-to-use Python interface.

License

Notifications You must be signed in to change notification settings

beverlylytle/compas_rrc

 
 

Repository files navigation

COMPAS RRC

Github Actions Build Status License PyPI Package latest release Supported implementations Twitter Follow

Online control for ABB robots over a simple-to-use Python interface.

Main features

  • Provides a simple way to interact with ABB robots
  • Supports futures and blocking calls
  • Builds on top of COMPAS FAB
  • Supports all RAPID instructions as well as custom procedures
  • Supports EGM activation/deactivation
  • Supports multi-move up to 4 robots
  • Supports commanding multiple controllers in coordination
  • Open up the Python world for ABB robots

COMPAS RRC runs on Python 3.x as well as IronPython 2.7.

Requirements

COMPAS RRC is part of the COMPAS framework and it requires the core library and the robotic fabrication package COMPAS FAB.

Installation

First install the pre-requisites in a conda environment:

Note

Make sure to change ENVIRONMENT_NAME to a name of your choice

conda create -c conda-forge -n ENVIRONMENT_NAME compas_rrc python=3.8
conda activate ENVIRONMENT_NAME

Getting started

You can find additional examples to get your started easily on the compas_rrc_start repository.

Contributing

Check the Contributor's Guide.

Credits

This package was created by Philippe Fleischmann <fleischmann@arch.ethz.ch> @fleischp at @ethrfl

About

Online control for ABB robots over a simple-to-use Python interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%