Seeing 15 reg on gripper!

This commit is contained in:
2018-08-07 00:41:40 -07:00
parent 57fe71fd76
commit 33fcb8bcd0

View File

@@ -172,7 +172,7 @@ class EffectorsControl(object):
# pass # pass
try: try:
print self.gripper_node.read_register(0) print self.gripper_node.read_registers(0, 15)
except Exception, error: except Exception, error:
print error print error