add prototype fake robot, more debug logging

This commit is contained in:
Olivier R-D
2013-04-20 19:12:55 +02:00
parent 8e0538ab09
commit ddbd6e9ce1
6 changed files with 94 additions and 8 deletions

4
README
View File

@ -15,9 +15,9 @@ rob.translate((0.1, 0, 0), a, v) #move tool and keep orientation
rob.orient((0.1, 0, 0), a, v) #orient tool and keep tool tip position
rob.stopj(a)
robot.movel(x,y,z,a,b,c), wait=False)
robot.movel(x,y,z,rx,ry,rz), wait=False)
sleep(0.1) #sleep first since the information may be outdated
while True :
sleep(0.1) #sleep first since the information may be outdated
if robot.is_program_running():
break