Closedown
This commit is contained in:
@@ -251,7 +251,7 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
self.joint_forces = self.get_float_arr(6)
|
||||
return self.joint_forces
|
||||
except:
|
||||
return self.joint_forces = None
|
||||
self.joint_forces = None
|
||||
raise
|
||||
|
||||
def movej(self, joint_or_point, tool, desc):
|
||||
|
||||
Reference in New Issue
Block a user