MIDAS Hand API
Python interface for the 13-motor Dynamixel hand and Paxini GEN3 tactile sensors. Includes low-level actuator communication, high-level hand commands, homing, calibration, and tactile readout.
RepositoryRepository docs
The open-source software stack is split into four focused repositories: hardware API, MuJoCo simulation, hand retargeting, and live teleoperation.
GitHub OrgPython interface for the 13-motor Dynamixel hand and Paxini GEN3 tactile sensors. Includes low-level actuator communication, high-level hand commands, homing, calibration, and tactile readout.
RepositoryMuJoCo-only whole-hand model with MJCF, URDF, STL meshes, and interactive/headless simulation entrypoints. The non-thumb fingers use closed-loop constraints for PIP-DIP linkage behavior.
RepositoryMIDAS-specific wrappers around dex-retargeting. Owns retargeting configuration, human landmark adapters, output adapters, neutral calibration, tuning knobs, and passive coupling modes.
RepositoryMediaPipe webcam wrappers that produce MIDAS retargeting inputs and stream commands to print, MuJoCo, or hardware backends with live calibration and debug visualizations.
RepositoryClone the repositories needed for your workflow, then follow each repository README for dependencies, setup, and examples.
git clone https://github.com/midas-hand-org/midas_hand_api.git
git clone https://github.com/midas-hand-org/midas_hand_mujoco.git
git clone https://github.com/midas-hand-org/midas_hand_retargeter.git
git clone https://github.com/midas-hand-org/midas_hand_teleop.git