Skip to main content

The dynamixel SDK wrapper for the Argus Array project

Project description


Logo

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

Installation

  1. Clone the repo
    git clone https://github.com/vasqua/argus_dynamixel
    
  2. Create the Poetry environment
    cd argus_dynamixel/
    poetry install
    
  3. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argus_dynamixel-0.2.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

argus_dynamixel-0.2.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

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

Hashes for argus_dynamixel-0.2.0.tar.gz
Algorithm Hash digest
SHA256 86f522a363dd2fe7d6a3e8a7d8049924d93a17146ec7ebfd8d0445863ff507fe
MD5 bba9ffc4b514dfb663bf6175a5367e66
BLAKE2b-256 3d108ee4fb06e77e3c8ada86cad5ecbf122fd7540964668b9a2d8b65d58d075e

See more details on using hashes here.

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

Hashes for argus_dynamixel-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e782846e9d17ad46bec425cdb6173452c5359c08c7daf8c469779834e2b3cb23
MD5 7c38eef19982033d02fe4c5ab787dc35
BLAKE2b-256 a1da40a1583e75e9dd6915690d19b813072cbfde3553aac070396f2766378a7f

See more details on using hashes here.

Supported by

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