Script execution

This commit is contained in:
x03daop
2017-07-22 02:50:49 +02:00
parent c0a4ee4094
commit 901e4b6149

View File

@@ -45,7 +45,7 @@ try:
x = [3.0 * math.cos((th+9.0) * math.pi/180.0) - 1.69 for th in theta]
y = [3.0 * math.sin((th+9.0) * math.pi/180.0) - 0.933 for th in theta]
#VECTOR = [phi, theta, x, y]
VECTOR = [theta[i], x[i], y[i]] for i in range(61)]
VECTOR = [[theta[i]] for i in range(61)]
# ManipulatorPhi.move(-8.9)
#ManipulatorTilt.move(+25.5)
#Scienta.getStepTime().write(1.47)