A Python library for developing connectors the InOrbit RobOps ecosystem.
OS | Python 3.10 | Python 3.11 | Python 3.12 |
---|---|---|---|
Linux | |||
MacOS | |||
Windows | |||
Qodana | -- | -- |
This repository contains a Python library for creating InOrbit robot connectors. Making use of InOrbit's Edge SDK, the library allows the integration of your fleet of robots in InOrbit, unlocking interoperability.
- Python 3.10 or later
- InOrbit account (it's free to sign up!)
There are two ways for installing the connector Python package.
-
From PyPi:
pip install inorbit-connector
-
From source: clone the repository and install the dependencies:
cd instock_connector/
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt
See scripts/README for usage of an example connector.