The Robodyno Robot SDK for Python 3
Project description
robodyno
Installation
pip install robodyno
Usage
Command Line Interface
robodyno --help
Python API
import time
from robodyno.interfaces import CanBus
from robodyno.components import Motor
can_bus = CanBus()
motor = Motor(can_bus)
motor.enable()
motor.set_pos(6.28)
time.sleep(1)
print(motor.get_pos())
motor.disable()
For more examples, please refer to examples directory.
For more documentation, please refer to docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
robodyno-1.7.2.tar.gz
(73.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
robodyno-1.7.2-py3-none-any.whl
(114.9 kB
view details)
File details
Details for the file robodyno-1.7.2.tar.gz.
File metadata
- Download URL: robodyno-1.7.2.tar.gz
- Upload date:
- Size: 73.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0f18bb317dd126ff7b5c9e3d49a75659ec8e2cad04999d56ecc19c1d7dfdbd0
|
|
| MD5 |
aa651f35aab8ee64398c560be6fc06d4
|
|
| BLAKE2b-256 |
70c60bc10d95bf5e769e6646436c38c70ba0669912d302549483af0f4f82fbd8
|
File details
Details for the file robodyno-1.7.2-py3-none-any.whl.
File metadata
- Download URL: robodyno-1.7.2-py3-none-any.whl
- Upload date:
- Size: 114.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01def661bcd7f9e50a7635b391e1f45a2ba67c703d9de3536d401e990edff998
|
|
| MD5 |
d11ef1437e015f07f38271ad087bec52
|
|
| BLAKE2b-256 |
86954934c73c929374194d067f4f9154c5383437fdb81b6a7bdcecb5acdf92d0
|