README.md

December 5, 2024 · View on GitHub

This repository offers an assortment of high-quality models for dexterous hands and objects. Both of them are in URDF format.

Robot ModelVisual1Collision2
Allegro Hand
Shadow Hand
SCHUNK SVH Hand
Ability Hand
Leap Hand
DClaw Gripper
Barrett Hand
Inspire Hand
Panda Gripper

URDF Parser Links: yourdfpy, IsaacGym, SAPIEN, PyBullet

Robot Source

Robot ModelOfficial WebsiteURDF SourceCAD Model SourceLicense
Allegro HandWonik Roboticsallegro_hand_rosN/ABSD
Shadow HandShadow Robot Companysr_commonN/AGPL-3.0
SCHUNK SVH HandSCHUNKschunk_svh_ros_driverN/AApache-2.0
Ability HandPSYONICability-hand-apiN/AN/A
Leap HandLeap HandLEAP_Hand_SimLeap Hand CADMIT
DClaw GripperRobel BenchmarkN/AD'Claw CADApache-2.0
Barrett HandBarrett Technologybhand_modelBarrettHand CADBSD
DexHandDexHanddexhand_description DexhandCC BY-NC-SA 4.0
Inspire HandInspire-RobotN/Ainspire_handCC BY-NC-SA 4.0

Citation

If you use dex_urdf in your work, please use the following citation:

@article{bunny-visionpro,
    title={Bunny-VisionPro: Real-Time Bimanual Dexterous Teleoperation for Imitation Learning},
    author={Runyu Ding and Yuzhe Qin and Jiyue Zhu and Chengzhe Jia and Shiqi Yang and Ruihan Yang and Xiaojuan Qi and Xiaolong Wang},
    year={2024},
    url={https://arxiv.org/abs/2407.03162},
}

This repository contains models derived from open-source contributions by various developers and manufactures. The development of dex_urdf was made possible thanks to the generous work of numerous designers and engineers. We extend our sincere appreciation to all those whose efforts have contributed to this project.

Footnotes

  1. Ray tracing animation are rendered in SAPIEN using the urdf with glb version. Code can be found in generate_urdf_animation_sapien.py.

  2. Collision mesh are rendered in SAPIEN using the same urdf as the visual. Blue links are modeled using primitives while green links are modeled using convex triangle meshes. Code can be found in generate_urdf_collision_figure_sapien.py](tools/generate_urdf_collision_figure_sapien.py).