We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4eef40 commit 571aa67Copy full SHA for 571aa67
pymycobot/generate.py
@@ -1174,7 +1174,7 @@ def set_gripper_protect_current(self, current):
1174
"""
1175
self.calibration_parameters(class_name = self.__class__.__name__, current=current)
1176
1177
- return self._mesg(ProtocolCode.SetGripperProtectCurrent, current)
+ return self._mesg(ProtocolCode.SetGripperProtectCurrent, [current])
1178
1179
def set_four_pieces_zero(self):
1180
"""Set the zero position of the four-piece motor
0 commit comments