diff --git a/pypot/_version.py b/pypot/_version.py index 7f5601d9..f71b21a5 100644 --- a/pypot/_version.py +++ b/pypot/_version.py @@ -1 +1 @@ -__version__ = '3.1.0' +__version__ = '3.1.2' diff --git a/pypot/robot/config.py b/pypot/robot/config.py index 00f88263..7eb812a4 100644 --- a/pypot/robot/config.py +++ b/pypot/robot/config.py @@ -233,7 +233,8 @@ def check_motor_eprom_configuration(config, dxl_io, motor_names): dxl_io.set_wheel_mode([m['id']]) time.sleep(0.5) else: - dxl_io.set_joint_mode([m['id']]) + # TODO: we probably need a better fix for this. + # dxl_io.set_joint_mode([m['id']]) d = numpy.linalg.norm(numpy.asarray(new_limits) - numpy.asarray(old_limits)) if d > 1: