Datasets:

ArXiv:
License:
JayEagle commited on
Commit
f0a228d
Β·
verified Β·
1 Parent(s): 5e32f83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Assets for DiPGrasp: Parallel Local Searching for Efficient Differentiable Grasp Planning
6
+
7
+ [**Paper**](https://arxiv.org/abs/2408.04738)|[**Project Page**](dipgrasp.robotflow.ai)
8
+
9
+ This repository contains the essential assets and object mesh files of the paper: DiPGrasp: Parallel Local Searching for Efficient Differentiable Grasp Planning
10
+
11
+ ## Download
12
+ To download the assets, use the following shell snippet:
13
+ ```
14
+
15
+ ```
16
+
17
+ ## Assets Structure
18
+ By downloading the assets into the repository of DipGrasp under the folder './assets', and it should be look like:
19
+ ```
20
+ dipgrasp
21
+ β”œβ”€β”€ assets
22
+ β”‚ β”œβ”€β”€ gripper
23
+ β”‚ β”‚ │── descrption
24
+ β”‚ β”‚ β”‚ │── barrett_hand
25
+ β”‚ β”‚ β”‚ │── schunk_svh_description
26
+ β”‚ β”‚ β”‚ │── sr_grasp_description
27
+ β”‚ β”‚ │── barrett.urdf
28
+ β”‚ β”‚ │── barrett.xml
29
+ β”‚ β”‚ │── ...
30
+ β”œβ”€β”€ object
31
+ β”‚ β”‚ │── class
32
+ β”‚ β”‚ β”‚ │── bowl
33
+ β”‚ β”‚ β”‚ β”‚ │── bowl0
34
+ β”‚ β”‚ β”‚ β”‚ │── bowl1
35
+ β”‚ β”‚ β”‚ β”‚ │── ...
36
+ β”‚ β”‚ β”‚ β”‚ │── bowl9
37
+ β”‚ β”‚ β”‚ │── box
38
+ β”‚ β”‚ β”‚ │── drink
39
+ β”‚ β”‚ β”‚ │── sauce
40
+ β”‚ β”‚ β”‚ │── tableware
41
+ β”‚ β”‚ │── single
42
+ ```