10 lines
189 B
Python
10 lines
189 B
Python
start = time.time()
|
|
|
|
delta.config.monitorByPosition=True
|
|
delta.config.estbilizationDelay = 0
|
|
delta.config.resolution = 0.01
|
|
delta.moveRel(-0.1)
|
|
delta.moveRel(0.1)
|
|
|
|
print time.time()-start
|