Closedown
This commit is contained in:
+8
-1
@@ -26,9 +26,16 @@ class RobotSC(RobotTCP):
|
||||
self.get_joint_forces()
|
||||
for dev in [jf1, jf2, jf3, jf4,jf5, jf6, jfc]:
|
||||
dev.update()
|
||||
|
||||
#print time.time() -start
|
||||
|
||||
def start_task(self, program, *args, **kwargs):
|
||||
#TODO: Check safe position
|
||||
RobotTCP.start_task(self, program, *args, **kwargs)
|
||||
|
||||
def stop_task(self, program, *args, **kwargs):
|
||||
RobotTCP.stop_task()
|
||||
#TODO: Restore safe position
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user