Skip to content

luxonis/robothub

Repository files navigation

RobotHub

This repository contains the code for the integration of DepthAI SDK into RobotHub.

This library is intended to be only used with RobotHub.

Documentation

Please visit RobotHub documentation page.

Installation

To install this package, run the following command in your terminal window

$ python3 -m pip install robothub

Building and installing locally

python setup.py sdist 

it will create a dist folder in the project root and in there, it will create __robothub-version.tar.gz

to install it locally, use

pip install --upgrade /path/to/robothub/source/dist/robothub-2.5.4.tar.gz

replace the 2.4.5 with correct version

Examples

You can find examples in the robothub-examples repository.

License

This project is licensed under the terms of the MIT license.