Skip to content

Commit ccd3a5e

Browse files
committed
update mercury new limit value, release test version 3.9.5b0
1 parent 6c554b3 commit ccd3a5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
9090
__all__.append("MyBuddyEmoticon")
9191

92-
__version__ = "3.9.4"
92+
__version__ = "3.9.5b0"
9393
__author__ = "Elephantrobotics"
9494
__email__ = "weiquan.xu@elephantrobotics.com"
9595
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

pymycobot/robot_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ class RobotLimit:
228228
robot_limit = {
229229
"Mercury":{
230230
"joint_id":[1,2,3,4,5,6,7,11,12,13],
231-
"angles_min":[-165, -50, -165, -165, -165, -20, -180, -60, -138, -115],
232-
"angles_max":[165, 120, 165, 5, 165, 265, 180, 0, 175, 115],
231+
"angles_min":[-165, -50, -165, -165, -165, -75, -160, -55, -70, -160],
232+
"angles_max":[165, 120, 165, 1, 165, 255, 160, 0, 245, 160],
233233
"coords_min":[-459, -459, -300, -180, -180, -180],
234234
"coords_max":[459, 459, 542, 180, 180, 180],
235235
"left_coords_min":[-351.11, -272.12, -262.91, -180, -180, -180],
@@ -239,8 +239,8 @@ class RobotLimit:
239239
},
240240
"MercurySocket":{
241241
"joint_id":[1,2,3,4,5,6,7,11,12,13],
242-
"angles_min":[-165, -50, -165, -165, -165, -20, -180, -60, -138, -115],
243-
"angles_max":[165, 120, 165, 5, 165, 265, 180, 0, 175, 115],
242+
"angles_min":[-165, -50, -165, -165, -165, -75, -160, -55, -70, -160],
243+
"angles_max":[165, 120, 165, 1, 165, 255, 160, 0, 245, 160],
244244
"coords_min":[-459, -459, -300, -180, -180, -180],
245245
"coords_max":[459, 459, 542, 180, 180, 180],
246246
"left_coords_min":[-351.11, -272.12, -262.91, -180, -180, -180],

0 commit comments

Comments
 (0)