The dynamixel SDK wrapper for the Argus Array project
Project description
argus_dynamixel
A Python wrapper with the necessary methods to enable Dynamixel usage on Argus Array hardware.
Explore the docs »
Report Bug
·
Request Feature
About The Project
argus_dynamixel is a Python package that provides a wrapper for the Dynamixel SDK, specifically tailored for the Argus Array project. This package simplifies the integration and control of Dynamixel motors within the Argus Array hardware setup.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- Poetry
- Python 3.10 or later
Installation
- Clone the repo
git clone https://github.com/vasqua/argus_dynamixel
- Create the Poetry environment
cd argus_dynamixel/ poetry install
- Activate the shell and run the package
poetry shell poetry run ...
Usage
Here are some examples of how to use the argus_dynamixel package:
from argus_dynamixel import DXLMotorSDK
# Initialize the controller
controller = DXLMotorSDK(port='/dev/ttyUSB0', baudrate=57600)
# Enable a motor
controller.enable_motor(dxl_id=1)
# Set motor position
controller.set_position(dxl_id=1, position=512)
# Get motor position
position = controller.get_position(dxl_id=1)
print(f"Motor position: {position}")
# Disable the motor
controller.disable_motor(dxl_id=1)
For more examples, please refer to the Documentation
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Alan Vasquez - vasqua@unc.edu
Project Link: https://github.com/vasqua/argus_dynamixel
Acknowledgements
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
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
File details
Details for the file argus_dynamixel-0.2.0.tar.gz.
File metadata
- Download URL: argus_dynamixel-0.2.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f522a363dd2fe7d6a3e8a7d8049924d93a17146ec7ebfd8d0445863ff507fe
|
|
| MD5 |
bba9ffc4b514dfb663bf6175a5367e66
|
|
| BLAKE2b-256 |
3d108ee4fb06e77e3c8ada86cad5ecbf122fd7540964668b9a2d8b65d58d075e
|
File details
Details for the file argus_dynamixel-0.2.0-py3-none-any.whl.
File metadata
- Download URL: argus_dynamixel-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e782846e9d17ad46bec425cdb6173452c5359c08c7daf8c469779834e2b3cb23
|
|
| MD5 |
7c38eef19982033d02fe4c5ab787dc35
|
|
| BLAKE2b-256 |
a1da40a1583e75e9dd6915690d19b813072cbfde3553aac070396f2766378a7f
|