Skip to main content

Core Python Controller of the ORCA Hand. Handles all hardware interaction, logic and abstracts control. Provides API for basic functionality and info of the hand.

Project description

PyPI version GitHub stars

OrcaHand class is used to abstract hardware, control the hand of the robot with simple high-level control methods in joint space.

Orca Core

OrcaHand class is used to abtract hardware, control the hand of the robot with simple high level control methods in joint space.

Get Started

To get started with Orca Core, follow these steps:

  1. Clone the repository:

    git clone git@github.com:orcahand/orca_core.git
    cd orca_core
    
  2. Install dependencies using Poetry:

    poetry install
    
  3. Run the example usage:

    # Example usage
    from orca_core import OrcaHand
    
    hand = OrcaHand()
    status = hand.connect()
    print(status)
    hand.calibrate()
    
    # Set the desired joint positions to 0
    hand.set_joint_pos({joint: 0 for joint in hand.joint_ids})
    hand.disconnect()
    

Config file

The configuration file core/orca_config.yaml is specific to the hand (currently the only hand we have) and defines everything from auto calibration, joint limits, and control settings. This file is crucial for the proper functioning of the OrcaHand class.

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

orca_core-0.1.6.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

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

orca_core-0.1.6-py3-none-any.whl (35.0 kB view details)

Uploaded Python 3

File details

Details for the file orca_core-0.1.6.tar.gz.

File metadata

  • Download URL: orca_core-0.1.6.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Darwin/24.3.0

File hashes

Hashes for orca_core-0.1.6.tar.gz
Algorithm Hash digest
SHA256 4b8dcf31c9c45aa877f356bcd7a1cd447d04b7839baae645cceff3b11845fa77
MD5 6f873ce3dec75cd3a0fc028e10207d92
BLAKE2b-256 26342adc5a95cd986da7eca7dfdd59a1d4a405eabe542e096228bd25959cf78c

See more details on using hashes here.

File details

Details for the file orca_core-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: orca_core-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Darwin/24.3.0

File hashes

Hashes for orca_core-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ae2bf425d7aa2f09587c32142c76a15c287aed84a4a33857f73d27d6e285d76d
MD5 337699acd04dbaabb1919cee3a7ac2c4
BLAKE2b-256 6826cc50b2074dd2f63efbb283024fd4dcb1f55e969b604fe017ddbbb45a3242

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