Overview of the Tetheria Aero Hand Open implementation
mainThe Tetheria Aero Hand Open implementation provides a high-fidelity tendon-driven manipulation model. It is designed for sim-to-real transfer by modeling the hand's physical actuation system (tendons, springs, and pulleys) directly from real-world specifications.
Core Components
- Tendon Drives: Modeled as spatial tendons in MuJoCo following real cable routing paths.
- Springs: Modeled as tendon components to provide restoring forces for finger extension.
- Pulleys: Modeled as cylinders to ensure accurate tendon and spring routing.
File Structure
- Implementation:
aero_hand_constants.py: Constants and configuration.rotate_z.py: Implementation of the cube rotation task.
- XML Models:
xmls/right_hand.xml: Main hand model with the tendon system.xmls/scene_mjx_cube.xml: Manipulation scene.xmls/reorientation_cube.xml: Cube reorientation task.