File size: 1,160 Bytes
8d51aad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | {
"task_name": "stack cups",
"freq": 30,
"robot": {
"arms": {
"right_arm": {
"type": "piper",
"dof": 6,
"port": "can0",
"speed": 100,
"reset_on_disconnect": true,
"eef_backend": "host_ik",
"joint_limits_deg": [
[
-150,
150
],
[
0,
180
],
[
-170,
0
],
[
-100,
100
],
[
-70,
70
],
[
-180,
180
]
],
"host_ik": {
"max_step_deg": 5.0,
"continuity_weight": 0.03,
"limit_margin_deg": 0.01,
"position_tolerance_mm": 1.0,
"rotation_tolerance_deg": 1.0,
"max_seed_tracking_deg": 1.0,
"max_nfev": 200
}
}
},
"cameras": {
"cam_high": {
"type": "realsense",
"serial": "244222070143",
"width": 320,
"height": 240,
"fps": 60,
"auto_exposure_priority": false
}
}
}
} |