Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Dec 1, 2023
1 parent 72d3641 commit 79bcb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymycobot/robot_limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"coords_max":[272, 272, 408.9, 180, 180, 180]
},
"MyArm":{
"id":[1,2,3,4,5,6,7],
"id":[1,2,3,4,5,6,7,8],
"angles_min":[-160, -70, -170, -113, -170, -115, -180],
"angles_max":[160, 115, 170, 75, 170, 115, 180],
"coords_min":[-310, -310, -140, -180, -180, -180],
"coords_max":[310, 310, 480, 180, 180, 180]
},
"MyArmSocket":{
"id":[1,2,3,4,5,6,7],
"id":[1,2,3,4,5,6,7,8],
"angles_min":[-160, -70, -170, -113, -170, -115, -180],
"angles_max":[160, 115, 170, 75, 170, 115, 180],
"coords_min":[-310, -310, -140, -180, -180, -180],
Expand Down

0 comments on commit 79bcb94

Please sign in to comment.