Datasets:

ArXiv:
License:
DipGrasp / README.md
JayEagle's picture
Update README.md
ee07bd1 verified
---
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
```