narteybrown commited on
Commit
eb55653
·
verified ·
1 Parent(s): 86567de

feat: add synthetic UR5e degradation dataset

Browse files
data/synthetic/ur5e_degradation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a71c9eca47bcfd96d71fd3bd1fbbf3c13f94784905948243500990f0e0a2dcd2
3
+ size 2968852
data/synthetic/ur5e_degradation_meta.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_runs": 108,
3
+ "cycles_per_run": 300,
4
+ "total_rows": 32400,
5
+ "rul_cap": 300,
6
+ "n_features": 14,
7
+ "feature_cols": [
8
+ "j1_vel",
9
+ "j2_vel",
10
+ "j3_vel",
11
+ "j4_vel",
12
+ "j5_vel",
13
+ "j6_vel",
14
+ "j1_trq",
15
+ "j2_trq",
16
+ "j3_trq",
17
+ "j4_trq",
18
+ "j5_trq",
19
+ "j6_trq",
20
+ "payload_norm",
21
+ "speed_norm"
22
+ ],
23
+ "metadata_cols": [
24
+ "unit_id",
25
+ "cycle",
26
+ "rul",
27
+ "rul_norm",
28
+ "wear_state",
29
+ "degraded_joint",
30
+ "fault_mode",
31
+ "severity",
32
+ "condition_id"
33
+ ],
34
+ "fault_modes": [
35
+ "friction",
36
+ "backlash",
37
+ "stiffness"
38
+ ],
39
+ "severities": [
40
+ 2.0,
41
+ 5.0,
42
+ 10.0
43
+ ],
44
+ "conditions": [
45
+ {
46
+ "condition_id": 0,
47
+ "payload_norm": 0.2,
48
+ "speed_norm": 0.3,
49
+ "description": "light payload, slow speed"
50
+ },
51
+ {
52
+ "condition_id": 1,
53
+ "payload_norm": 0.8,
54
+ "speed_norm": 0.8,
55
+ "description": "heavy payload, fast speed"
56
+ }
57
+ ],
58
+ "n_joints": 6,
59
+ "robot": "UR5e",
60
+ "mjcf_source": "MuJoCo Menagerie (BSD-3-Clause)",
61
+ "physics_params": {
62
+ "baseline_frictionloss_Nm": [
63
+ 0.8,
64
+ 1.2,
65
+ 0.9,
66
+ 0.4,
67
+ 0.3,
68
+ 0.25
69
+ ],
70
+ "baseline_damping_Nms_rad": [
71
+ 0.3,
72
+ 0.4,
73
+ 0.3,
74
+ 0.15,
75
+ 0.12,
76
+ 0.1
77
+ ],
78
+ "baseline_gainprm_Nm_rad": [
79
+ 500.0,
80
+ 500.0,
81
+ 400.0,
82
+ 200.0,
83
+ 200.0,
84
+ 150.0
85
+ ],
86
+ "reference": "Robotica 2024, DOI:10.1017/S0263574724000833"
87
+ },
88
+ "quick": false
89
+ }