Installation
There are two ways of installing theinorbit-connector Python package.
From PyPI
Install the package from PyPI:From Source
Clone the repository and install the dependencies:Requirements
- Python 3.10 or later
- InOrbit account: Sign up for free
- InOrbit API key: Export as
INORBIT_API_KEYenvironment variable
Run the Examples
Theexamples directory contains usage examples of the connector. See examples/README for more information.
Simple Connector Example
The simplest example demonstrates basic connector functionality:Ctrl+C in the terminal.
Robot Connector Example
A more comprehensive example with command-line interface:Fleet Connector Example
For managing multiple robots:Next Steps
- Review the Specification to understand the public API of the package
- Read the Usage Guide to learn how to implement your own connector
- Review the Configuration Guide to understand connector configuration
- Check the Publishing Guide to learn how to publish data to InOrbit