Closedown
This commit is contained in:
@@ -9,13 +9,13 @@ class RobotSC(RobotTCP):
|
||||
pass
|
||||
|
||||
def doUpdate(self):
|
||||
start = time.time()
|
||||
#start = time.time()
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user