Roboid Control for Python

You can install Roboid Control directly from our Git repository using pip install:

pip install git+https://git.passer.life/RoboidControl/RoboidControl-python.git

Then you can use the different modules in the package by importing them:

from RoboidControl.Thing importThing

Example

As an example application using Roboid Control for Python you can check out the Examples folder of the repository.