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 »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

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 DynamixelController

# Initialize the controller
controller = DynamixelController(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.1.9.tar.gz (12.1 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.1.9-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: argus_dynamixel-0.1.9.tar.gz
  • Upload date:
  • Size: 12.1 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.1.9.tar.gz
Algorithm Hash digest
SHA256 8f20c885993e3ecb473e172d08c0862db101782578a3dab575aa4644cbb14b82
MD5 e4149a70030bb8ba471fae6085f80e0f
BLAKE2b-256 208227e3c9129d037dd4f8fa126a2238b1bd75ce6821441828f2b64242908194

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argus_dynamixel-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 11.4 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.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2fb2da0ec1a806acc10961a6e370df7392bd2fc343a2c2328231149566079273
MD5 637f24b1dd872d2695e17aa597025229
BLAKE2b-256 ca1aa5a5b4a951de7799fbee646e1fc151d9fb914eec757eeaff19fd55d4a8a5

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