Datasets:

ArXiv:
License:
DipGrasp / README.md
JayEagle's picture
Update README.md
f0a228d verified
|
raw
history blame
1.39 kB
---
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:
```
```
## 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
```