We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cdeb8 commit bc82d9bCopy full SHA for bc82d9b
pymycobot/error.py
@@ -311,8 +311,8 @@ def calibration_parameters(**kwargs):
311
"MyArmM": {
312
"joint_id": [1, 2, 3, 4, 5, 6, 7],
313
"servo_id": [1, 2, 3, 4, 5, 6, 7, 8],
314
- "angles_min": [-168, -77, -86, -159, -95, -161, -118],
315
- "angles_max": [172, 90, 91, 148, 84, 146, 2],
+ "angles_min": [-170, -83, -90, -155, -91, -153, -118],
+ "angles_max": [170, 83, 84, 153, 88, 153, 2],
316
"encoders_min": [137, 1163, 1035, 1013, 248, 979, 220, 706],
317
"encoders_max": [4004, 2945, 3079, 3026, 3724, 2994, 3704, 2048],
318
}
0 commit comments