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.2.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.2-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: argus_dynamixel-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 105426c4a6617c6df29a5073e4771220cae63cc96eac33acbd21491a43a188ad
MD5 937ccd6c5633aeaf4a9979cd5ef53320
BLAKE2b-256 17891fae43b94404de920d15001139d18feca6fee8ac0a302b26e406c829ef3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argus_dynamixel-0.2.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5c3174a5e9ee89ec6cad019e4eb1cbe6e95d66fbe1b474abd1eb9283bef20d8c
MD5 70124c3da8eac3c3bedd3344ab617abf
BLAKE2b-256 e7cc51ba6b0f60fa1517109d3eb369e91d790c7da3b06fced5075c9efe6fba71

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