|
--- |
|
license: mit |
|
--- |
|
|
|
# Assets for DiPGrasp: Parallel Local Searching for Efficient Differentiable Grasp Planning |
|
|
|
[**Paper**](https://arxiv.org/abs/2408.04738)|[**Project Page**](dipgrasp.robotflow.ai) |
|
|
|
This repository contains the essential assets and object mesh files of the paper: DiPGrasp: Parallel Local Searching for Efficient Differentiable Grasp Planning |
|
|
|
## Download |
|
To download the assets, use the following shell snippet: |
|
``` |
|
git lfs install |
|
git clone https://huggingface.co/datasets/robotflow/dipgrasp |
|
``` |
|
|
|
## Assets Structure |
|
By downloading the assets into the repository of DipGrasp under the folder './assets', and it should be look like: |
|
``` |
|
dipgrasp |
|
βββ assets |
|
β βββ gripper |
|
β β βββ descrption |
|
β β β βββ barrett_hand |
|
β β β βββ schunk_svh_description |
|
β β β βββ sr_grasp_description |
|
β β βββ barrett.urdf |
|
β β βββ barrett.xml |
|
β β βββ ... |
|
βββ object |
|
β βββ class |
|
β β βββ bowl |
|
β β β βββ bowl0 |
|
β β β βββ bowl1 |
|
β β β βββ ... |
|
β β β βββ bowl9 |
|
β β βββ box |
|
β β βββ drink |
|
β β βββ sauce |
|
β β βββ tableware |
|
β βββ single |
|
β β βββ apple.ply |
|
β β βββ bowl.ply |
|
β β βββ ... |
|
βββ rfu |
|
β βββ linux |
|
β β βββ GraspTest_Data |
|
β β βββ GraspTest.x86_64 |
|
β β βββ UnityPlayer.so |
|
β βββ windows |
|
βββ xml_generator |
|
β βββ xml_from_URDF_Linux.tar.gz |
|
β βββ xml_from_URDF_Windows.zip |
|
|
|
``` |