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.3.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.3-py3-none-any.whl
(114.9 kB
view details)
File details
Details for the file robodyno-1.7.3.tar.gz.
File metadata
- Download URL: robodyno-1.7.3.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 |
3bd85f084cc623e54c98d7a656160672b7c97cbd980ab7c687eb1cdf1e4c5b00
|
|
| MD5 |
7bf26c6af3716ab62574c93c5a0898ce
|
|
| BLAKE2b-256 |
9a1459b3d8fedf5138bfe6052cf2efbe347b54ea63bffec09aa93b2962276f17
|
File details
Details for the file robodyno-1.7.3-py3-none-any.whl.
File metadata
- Download URL: robodyno-1.7.3-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 |
d9e74c094d4386c911051c243b89dc1216921fdc3412d80366cabb4260ff3ade
|
|
| MD5 |
fcfd42b488a96f9918234334ed1e78ef
|
|
| BLAKE2b-256 |
63ab7e6c791ddea06df92db4f9c7acf3e5212ff2c94267d6697115a2aba98133
|