Ctrlx Datalayer 3.3.0 | Coderz Repository

ctrlx-datalayer 3.3.0

Last updated:

0 purchases

ctrlx-datalayer 3.3.0 Image
ctrlx-datalayer 3.3.0 Images

Free

Languages

Categories

Add to Cart

Description:

ctrlxdatalayer 3.3.0

Python Wrapper for ctrlX Data Layer
This project provides ctrlX Data Layer access via Python.
It wraps the original ctrlX Data Layer written in C++.
Setup
Set up a virtual python environment and install the packages ctrlX Data Layer
sudo apt-get update && sudo apt-get -y install virtualenv

DATALAYER_DEB_VERSION=2.7.5
SDK_RELEASE_VERSION=3.2.0

wget --quiet https://github.com/boschrexroth/ctrlx-automation-sdk/releases/download/${SDK_RELEASE_VERSION}/ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb \
&& sudo dpkg --install ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb \
&& rm ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb

virtualenv -p python3 venv && source venv/bin/activate

Dependence On

supports flatbuffers >= v2

Installation
Use the package manager pip3 to install ctrlX Data Layer.
pip3 install ctrlx-datalayer

Usage
See examples
License
Python Wrapper for ctrlX Data Layer is licensed under T&C or see 'boschrexroth_tac_delivery.txt' as part of this package.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.