Datasets:

ArXiv:
License:
JayEagle commited on
Commit
ee07bd1
Β·
verified Β·
1 Parent(s): ef62a4d

Update README.md

Browse files

update sign in structure tree

Files changed (1) hide show
  1. README.md +30 -30
README.md CHANGED
@@ -20,37 +20,37 @@ By downloading the assets into the repository of DipGrasp under the folder './as
20
  ```
21
  dipgrasp
22
  β”œβ”€β”€ assets
23
- β”‚ β”œβ”€β”€ gripper
24
- β”‚ β”‚ │── descrption
25
- β”‚ β”‚ β”‚ │── barrett_hand
26
- β”‚ β”‚ β”‚ │── schunk_svh_description
27
- β”‚ β”‚ β”‚ │── sr_grasp_description
28
- β”‚ β”‚ │── barrett.urdf
29
- β”‚ β”‚ │── barrett.xml
30
- β”‚ β”‚ │── ...
31
  β”œβ”€β”€ object
32
- β”‚ │── class
33
- β”‚ β”‚ │── bowl
34
- β”‚ β”‚ β”‚ │── bowl0
35
- β”‚ β”‚ β”‚ │── bowl1
36
- β”‚ β”‚ β”‚ │── ...
37
- β”‚ β”‚ β”‚ │── bowl9
38
- β”‚ β”‚ │── box
39
- β”‚ β”‚ │── drink
40
- β”‚ β”‚ │── sauce
41
- β”‚ β”‚ │── tableware
42
- β”‚ │── single
43
- β”‚ β”‚ │── apple.ply
44
- β”‚ β”‚ │── bowl.ply
45
- β”‚ β”‚ │── ...
46
  β”œβ”€β”€ rfu
47
- β”‚ │── linux
48
- β”‚ β”‚ │── GraspTest_Data
49
- β”‚ β”‚ │── GraspTest.x86_64
50
- β”‚ β”‚ │── UnityPlayer.so
51
- β”‚ │── windows
52
- β”œβ”€β”€ xml_generator
53
- β”‚ │── xml_from_URDF_Linux.tar.gz
54
- β”‚ │── xml_from_URDF_Windows.zip
55
 
56
  ```
 
20
  ```
21
  dipgrasp
22
  β”œβ”€β”€ assets
23
+ β”œβ”€β”€ gripper
24
+ β”‚ β”‚ β”œβ”€β”€ descrption
25
+ β”‚ β”‚ β”‚ β”œβ”€β”€ barrett_hand
26
+ β”‚ β”‚ β”‚ β”œβ”€β”€ schunk_svh_description
27
+ β”‚ β”‚ β”‚ └── sr_grasp_description
28
+ β”‚ β”‚ β”œβ”€β”€ barrett.urdf
29
+ β”‚ β”‚ β”œβ”€β”€ barrett.xml
30
+ β”‚ β”‚ β”œβ”€β”€ ...
31
  β”œβ”€β”€ object
32
+ β”‚ β”œβ”€β”€ class
33
+ β”‚ β”‚ β”œβ”€β”€ bowl
34
+ β”‚ β”‚ β”‚ β”œβ”€β”€ bowl0
35
+ β”‚ β”‚ β”‚ β”œβ”€β”€ bowl1
36
+ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
37
+ β”‚ β”‚ β”‚ └── bowl9
38
+ β”‚ β”‚ β”œβ”€β”€ box
39
+ β”‚ β”‚ β”œβ”€β”€ drink
40
+ β”‚ β”‚ β”œβ”€β”€ sauce
41
+ β”‚ β”‚ └── tableware
42
+ β”‚ └── single
43
+ β”‚ β”œβ”€β”€ apple.ply
44
+ β”‚ β”œβ”€β”€ bowl.ply
45
+ β”‚ β”œβ”€β”€ ...
46
  β”œβ”€β”€ rfu
47
+ β”‚ β”œβ”€β”€ linux
48
+ β”‚ β”‚ β”œβ”€β”€ GraspTest_Data
49
+ β”‚ β”‚ β”œβ”€β”€ GraspTest.x86_64
50
+ β”‚ β”‚ └── UnityPlayer.so
51
+ β”‚ └── windows
52
+ └── xml_generator
53
+ β”œβ”€β”€ xml_from_URDF_Linux.tar.gz
54
+ └── xml_from_URDF_Windows.zip
55
 
56
  ```