
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
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.
OrcaHand class is used to abstract hardware, control the hand of the robot with simple high-level control methods in joint space.
OrcaHand class is used to abtract hardware, control the hand of the robot with simple high level control methods in joint space.
To get started with Orca Core, follow these steps:
Clone the repository:
git clone git@github.com:orcahand/orca_core.git
cd orca_core
Install dependencies using Poetry:
poetry install
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()
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.
FAQs
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.
We found that orca_core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.