From 5356ec20dc7e749e830beb358c5cf2217aff0e2e Mon Sep 17 00:00:00 2001 From: x03daop Date: Sat, 22 Jul 2017 03:27:13 +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 c513aaf5..2d2acf0b 100644 --- a/script/users/HoloScan-Yasmine.py +++ b/script/users/HoloScan-Yasmine.py @@ -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)