inorbit-connector

A Python library for connectors in the InOrbit RobOps ecosystem.


Keywords
inorbit, robops, robotics
License
MIT
Install
pip install inorbit-connector==0.2.1

Documentation

inorbit-connector-python

A Python library for developing connectors the InOrbit RobOps ecosystem.

OS Python 3.10 Python 3.11 Python 3.12
Linux TeamCity TeamCity TeamCity
MacOS TeamCity TeamCity TeamCity
Windows TeamCity TeamCity TeamCity
Qodana TeamCity -- --

Overview

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.

Requirements

Setup

There are two ways for installing the connector Python package.

  1. From PyPi: pip install inorbit-connector-python

  2. From source: clone the repository and install the dependencies:

cd instock_connector/
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt

Getting Started

See scripts/README for usage of an example connector.