Skip to main content

The Robodyno Robot SDK for Python 3

Project description

robodyno

pypi Python wheel download Code style: black

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


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.1.tar.gz (63.0 kB view details)

Uploaded Source

Built Distribution

robodyno-1.7.1-py3-none-any.whl (104.2 kB view details)

Uploaded Python 3

File details

Details for the file robodyno-1.7.1.tar.gz.

File metadata

  • Download URL: robodyno-1.7.1.tar.gz
  • Upload date:
  • Size: 63.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for robodyno-1.7.1.tar.gz
Algorithm Hash digest
SHA256 b406765ae43968ed6b4d98f292f62fad11d6ae9bd393d8aee536b861de61de2e
MD5 778da2e83a9e92789f1d2b4bbf019335
BLAKE2b-256 b928bb254fb5a268390e12ab7c31a1a73ae274a4359b661f2fc17fe1220bf79d

See more details on using hashes here.

File details

Details for the file robodyno-1.7.1-py3-none-any.whl.

File metadata

  • Download URL: robodyno-1.7.1-py3-none-any.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for robodyno-1.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e5b594dbfbca86ad95fed416a0074d6ddafc9eb00149001008d83af0d2a0fd82
MD5 8157d1a2f6acd60bca3c9019918d16f2
BLAKE2b-256 9a7df14ca84204ffd30edd0ff96f51d8cb2f41fa2ab2cd0f6abc7f8b88d4b6d3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page