2024-12-31 13:09:36 +01:00
2025-06-02 12:56:28 +02:00
2025-06-04 14:11:21 +02:00
2025-01-20 19:26:30 +01:00
2025-06-02 12:56:28 +02:00
2025-04-28 12:04:24 +02:00
2025-06-04 14:49:47 +02:00
2025-06-04 15:00:48 +02:00

\mainpage Roboid Control for Python

Roboid Control support for Python applications Supporting:

  • Windows
  • MacOS
  • Linux

Install

You can install the package directly from the git server using pip:

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

If you want to use a specific branch, you can use

pip install git+https://git.passer.life/RoboidControl/RoboidControl-python.git@v0.4_dev

Alternatively you can clone the repo to a folder in you project. Then you can install it by going to the root folder of the repository (the folder containing this README.md and setup.py) and execute the command.

pip install .

Basic components

  • \ref RoboidControl::Thing::Thing "Thing"
  • \ref RoboidControl::ParticipantUDP::ParticipantUDP "ParticipantUDP"
Description
No description provided
Readme 604 KiB
Languages
Python 99.8%
CSS 0.2%