Script execution

This commit is contained in:
x03daop
2017-07-22 03:22:44 +02:00
parent 441e0790fe
commit 537fd7b731

View File

@@ -37,7 +37,7 @@ try:
#x = [0.65]
#y = [0.0179 * th for th in theta]
#VECTOR = [phi, theta, x, y]
VECTOR = [[theta[i], x, y] for i in range(NPOINTS)]
VECTOR = [theta[i], x, y for i in range(NPOINTS)]
# ManipulatorPhi.move(-8.9)
#ManipulatorTilt.move(+25.5)
#Scienta.getStepTime().write(1.47)