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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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