Closedown

This commit is contained in:
gac-S_Changer
2017-02-28 08:57:08 +01:00
parent 0b5de6e608
commit 515e65b0d9

View File

@@ -5,6 +5,7 @@ robot.task_create("simulateEvents",3, name = "test", priority = 20)
step = 0
try:
while(True):
start = time.time()
step = 1
robot.is_powered()
step = 2
@@ -60,6 +61,7 @@ try:
robot.position("p", "world")
step = 26
robot.mount(1, 2)
#print time.time()-start
except:
print >> sys.stderr, traceback.format_exc()
finally: