Closedown
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user