mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-03 02:27:04 +00:00
update p340 use
This commit is contained in:
parent
44b9811106
commit
1cdd6ba34f
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import math
|
|||
import pymycobot
|
||||
from packaging import version
|
||||
# min low version require
|
||||
MAX_REQUIRE_VERSION = '3.5.3'
|
||||
MAX_REQUIRE_VERSION = '3.9.1'
|
||||
current_verison = pymycobot.__version__
|
||||
print('current pymycobot library version: {}'.format(current_verison))
|
||||
if version.parse(current_verison) > version.parse(MAX_REQUIRE_VERSION):
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from sensor_msgs.msg import JointState
|
|||
import pymycobot
|
||||
from packaging import version
|
||||
# min low version require
|
||||
MAX_REQUIRE_VERSION = '3.5.3'
|
||||
MAX_REQUIRE_VERSION = '3.9.1'
|
||||
current_verison = pymycobot.__version__
|
||||
print('current pymycobot library version: {}'.format(current_verison))
|
||||
if version.parse(current_verison) > version.parse(MAX_REQUIRE_VERSION):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue