.. start-badges
.. image:: https://github.com/compas-rrc/compas_rrc/workflows/build/badge.svg :target: https://github.com/compas-rrc/compas_rrc/actions :alt: Github Actions Build Status
.. image:: https://img.shields.io/github/license/compas-rrc/compas_rrc.svg :target: https://pypi.python.org/pypi/compas_rrc :alt: License
.. image:: https://img.shields.io/pypi/v/compas_rrc.svg :target: https://pypi.python.org/pypi/compas_rrc :alt: PyPI Package latest release
.. image:: https://img.shields.io/conda/vn/conda-forge/compas_rrc.svg :target: https://anaconda.org/conda-forge/compas_rrc
.. image:: https://img.shields.io/pypi/implementation/compas_rrc.svg :target: https://pypi.python.org/pypi/compas_rrc :alt: Supported implementations
.. image:: https://zenodo.org/badge/296547476.svg :target: https://zenodo.org/badge/latestdoi/296547476
.. image:: https://img.shields.io/twitter/follow/compas_dev?style=social :target: https://twitter.com/compas_dev :alt: Twitter Follow
.. end-badges
Online control for ABB robots over a simple-to-use Python interface.
COMPAS RRC runs on Python 3.x as well as IronPython 2.7.
COMPAS RRC
is part of the COMPAS
framework and it requires
the core library and the robotic fabrication package COMPAS FAB
.
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
You can find additional examples to get your started easily on the compas_rrc_start repository <https://github.com/compas-rrc/compas_rrc_start>
_.
Check the Contributor's Guide <https://github.com/compas-rrc/compas_rrc/blob/main/CONTRIBUTING.rst>
_.
This package was created by Philippe Fleischmann fleischmann@arch.ethz.ch @fleischp <https://github.com/fleischp>
at @ethrfl <https://github.com/compas-rrc>