Datasets:
Create humanoid_grip_force_monitoring.json
Browse files
humanoid_grip_force_monitoring.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"task_id": "GF001",
|
| 4 |
+
"object_weight_kg": 2.5,
|
| 5 |
+
"grip_force_newton": 18.4,
|
| 6 |
+
"finger_pressure_variance": 0.21,
|
| 7 |
+
"object_surface_friction_index": 0.63,
|
| 8 |
+
"slip_risk_label": "medium"
|
| 9 |
+
}
|
| 10 |
+
]
|