Skip to content

Commit

Permalink
Merge pull request #84 from Mrkun5018/main
Browse files Browse the repository at this point in the history
Updated MyArmM joint limit information
  • Loading branch information
anla-xu committed Sep 12, 2024
2 parents 70e975a + bc82d9b commit 8ebbf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymycobot/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ def calibration_parameters(**kwargs):
"MyArmM": {
"joint_id": [1, 2, 3, 4, 5, 6, 7],
"servo_id": [1, 2, 3, 4, 5, 6, 7, 8],
"angles_min": [-168, -77, -86, -159, -95, -161, -118],
"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],
"encoders_min": [137, 1163, 1035, 1013, 248, 979, 220, 706],
"encoders_max": [4004, 2945, 3079, 3026, 3724, 2994, 3704, 2048],
}
Expand Down

0 comments on commit 8ebbf38

Please sign in to comment.