Dynamixel X Python Package
Project description
Pymixel
Pymixel is a simple and easy way to deal with the Dynamixel X Series. It's fast and based on the DynamixelSDK.
Features:
- fast and easy to understand
- support for group writes
- most of the common features implemented
- DynamixelSDK as dependency
License:
Python & Pypi:
Install & Upgrade:
# install via pypi
pip3 install pymixel
# upgrade
pip3 install --upgrade pymixel
Import:
from pymixel import Dynamixel
Usage:
Examples:
from pymixel import Dynamixel
DXL_ID_ONE = 1 # dynamixel id
VELOCITY_MODE = 1 # velocity mode
dynamixel = Dynamixel() # create instance
dynamixel.open() # open serial communication
dynamixel.set_operating_mode(DXL_ID_ONE, VELOCITY_MODE) # set dynamixel mode
dynamixel.set_torque(DXL_ID_ONE, True) # enable torque
dynamixel.set_led(DXL_ID_ONE, True) # enable led
dynamixel.set_goal_velocity(DXL_ID_ONE, 100) # start moving
...
Author:
👨🏼💻 Vinzenz Weist
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
pymixel-1.0.0.tar.gz
(18.7 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
pymixel-1.0.0-py3-none-any.whl
(19.2 kB
view details)
File details
Details for the file pymixel-1.0.0.tar.gz.
File metadata
- Download URL: pymixel-1.0.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
456a7d8ef43d1de319097bbc44de4572fcd35faea6e12e9badfdf8fd5e14d60b
|
|
| MD5 |
7c9aba261616a7efd6a1ffe2ed798684
|
|
| BLAKE2b-256 |
5d5ddc3e7dcbd836987aa37c2f4c72646943ebff0908081175935634327020c3
|
File details
Details for the file pymixel-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pymixel-1.0.0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64a3e6c213b6cf44a64e366d5d82e503330cba46c501302c99cf9de782f4c6d7
|
|
| MD5 |
330769183854d9cc8f6d450ddbd168cc
|
|
| BLAKE2b-256 |
39ca433013ae0bc315bd95ef35cffeec6349cc17f722dd9d7ee2cfd32d513273
|