Closedown

This commit is contained in:
gac-S_Changer
2017-03-01 15:43:46 +01:00
parent dd9615f0ed
commit 567ad89946

View File

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