liveplex commited on
Commit
2650942
·
verified ·
1 Parent(s): 73a12ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -3
README.md CHANGED
@@ -1,3 +1,57 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - pick-and-place
7
+ - failure-analysis
8
+ - domain-randomization
9
+ - franka-panda
10
+ - isaac-sim
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+
15
+ # RoboGate Failure Dictionary
16
+
17
+ Systematic failure analysis for Franka Panda pick-and-place across
18
+ 10,000 parameter combinations using Latin Hypercube Sampling.
19
+
20
+ ## Dataset Description
21
+
22
+ - **Generated**: 2026-03-20T22:41:26Z
23
+ - **Samples**: 10,000
24
+ - **Success Rate**: 33.3%
25
+ - **Sampling**: Latin Hypercube (7D continuous + 2 categorical)
26
+ - **Simulator**: NVIDIA Isaac Sim 5.x / Analytic physics model
27
+
28
+ ## Parameter Space
29
+
30
+ | Parameter | Range | Scale |
31
+ |-----------|-------|-------|
32
+ | friction | 0.05 - 1.2 | log |
33
+ | mass | 0.05 - 2.0 kg | log |
34
+ | com_offset | 0.0 - 0.40 | linear |
35
+ | size | 0.02 - 0.12 m | linear |
36
+ | ik_noise | 0.0 - 0.04 m | linear |
37
+ | obstacles | 0 - 4 | integer |
38
+ | shape | box, cylinder, sphere, L_shape, irregular | categorical |
39
+ | placement | 14 presets | categorical |
40
+
41
+ ## Zone Distribution
42
+
43
+ | Zone | Count | Criteria |
44
+ |------|------:|---------|
45
+ | safe | 35 | fail_prob < 0.30 |
46
+ | boundary | 2157 | 0.30 <= fail_prob < 0.70 |
47
+ | danger | 7808 | fail_prob >= 0.70 |
48
+
49
+ ## Citation
50
+
51
+ ```bibtex
52
+ @misc{robogate_failure_dict,
53
+ title={RoboGate Failure Dictionary},
54
+ year={2026},
55
+ publisher={RoboGate},
56
+ }
57
+ ```