Update README.md
Browse files
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 |
+
```
|