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.1.tar.gz (13.0 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.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file argus_dynamixel-0.2.1.tar.gz.

File metadata

  • Download URL: argus_dynamixel-0.2.1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.14.2 Darwin/23.6.0

File hashes

Hashes for argus_dynamixel-0.2.1.tar.gz
Algorithm Hash digest
SHA256 37be8431a954a772589af641877cd34364c3d8db60b616581ba9fd65d4721938
MD5 be347f143d3a2cf9bf6e12de2fe820e5
BLAKE2b-256 ee1aaafadcbc1b3d99ef5a59d72913ae81ec4c22aa8400bd799b2fad7256da3a

See more details on using hashes here.

File details

Details for the file argus_dynamixel-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: argus_dynamixel-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.14.2 Darwin/23.6.0

File hashes

Hashes for argus_dynamixel-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5720f5890dbb4507c0b3d0d1b76926c903718e05d27ebccc67841c7e479c44bc
MD5 f4b6c48cd3ac1b939cd7b5b64cf445f0
BLAKE2b-256 2fd3593696839b2d97bcf08872113f3cc6817f1afd27a12759ef37396525a862

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