Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 7.42 KB

README.md

File metadata and controls

39 lines (27 loc) · 7.42 KB

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

  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.