Script execution

This commit is contained in:
x03daop
2017-07-22 03:27:13 +02:00
parent 3d84da7b61
commit 5356ec20dc

View File

@@ -36,7 +36,7 @@ try:
y = [3.0 * math.sin((th+9.0) * math.pi/180.0) - 0.933 for th in theta]
#x = [0.65]
#y = [0.0179 * th for th in theta]
VECTOR = [phi, theta, x, y]
VECTOR = [phi, theta[i], x, y]
#VECTOR = [theta[i] for i in range(NPOINTS)]
# ManipulatorPhi.move(-8.9)
#ManipulatorTilt.move(+25.5)