Closedown

This commit is contained in:
gac-S_Changer
2017-03-02 15:21:09 +01:00
parent ade5c2fb5c
commit 9702a37581

View File

@@ -10,12 +10,12 @@ class RobotSC(RobotTCP):
def doUpdate(self):
#start = time.time()
#RobotTCP.doUpdate(self)
RobotTCP.doUpdate(self)
if self.state != State.Offline:
self.get_joint_forces()
for dev in [jf1, jf2, jf3, jf4,jf5, jf6, jfc]:
dev.update()
#print time.time() -start
print time.time() -start