From 245065adbcc13b2dd56b15624f2f11ad0d8cb1eb Mon Sep 17 00:00:00 2001 From: x03daop Date: Sat, 22 Jul 2017 02:37:20 +0200 Subject: [PATCH] Script execution --- script/users/HoloScan-Yasmine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/HoloScan-Yasmine.py b/script/users/HoloScan-Yasmine.py index ab4d8b77..07fb0922 100644 --- a/script/users/HoloScan-Yasmine.py +++ b/script/users/HoloScan-Yasmine.py @@ -35,7 +35,7 @@ try: #x = [0.65] #y = [0.0179 * th for th in theta] #VECTOR = [phi, theta, x, y] - VECTOR = [theta[i], x[i], y[i] for i in range(NPOINTS)] + VECTOR = [[phi[i], theta[i], x[i], y[i]] for i in range(NPOINTS)] # ManipulatorPhi.move(-8.9) #ManipulatorTilt.move(+25.5) #Scienta.getStepTime().write(1.47)