Skip to content

A Python library for developing connectors the InOrbit RobOps ecosystem.

License

Notifications You must be signed in to change notification settings

inorbit-ai/inorbit-connector-python

Repository files navigation

inorbit-connector

License PyPI - Package Version PyPI - Python Version

Lint and Test Build and Publish

A Python framework for developing connectors for the InOrbit RobOps ecosystem.

Overview

This repository contains a Python framework that provides a base structure for developing InOrbit robot connectors. Making use of InOrbit's Edge SDK, inorbit-connector provides a starting point for the integration of a fleet of robots in InOrbit, unlocking interoperability.

Requirements

Setup

There are two ways of installing the inorbit-connector Python package.

  1. From PyPi: pip install inorbit-connector

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

git clone https://github.com/inorbit-ai/inorbit-connector-python.git
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Quick Start

The examples directory contains usage examples of the connector. See scripts/README for more information.

Contributing

Any contribution that you make to this repository will be under the MIT license, as dictated by that license.

Please refer to the CONTRIBUTING.md file for information on how to contribute to this project.

Powered by InOrbit

About

A Python library for developing connectors the InOrbit RobOps ecosystem.

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages