rewrite wait_for_move, split robot file, check test_all.py

This commit is contained in:
Olivier R-D
2015-06-12 10:34:42 +02:00
parent 06644d96c8
commit 5e4c8a0696
8 changed files with 498 additions and 495 deletions

View File

@@ -4,8 +4,8 @@ import urx
import logging
if __name__ == "__main__":
#rob = urx.Robot("192.168.1.6")
rob = urx.Robot("localhost")
rob = urx.Robot("192.168.1.100")
#rob = urx.Robot("localhost")
rob.set_tcp((0,0,0,0,0,0))
rob.set_payload(0.5, (0,0,0))
try: