From 790afd4d51917690e22a3bb0c6477ec3edd98ab3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 5 Nov 2019 19:02:26 +0100 Subject: [PATCH] Script execution --- script/ManipulatorFlyScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ManipulatorFlyScan.py b/script/ManipulatorFlyScan.py index 714d8bf3..fd622837 100644 --- a/script/ManipulatorFlyScan.py +++ b/script/ManipulatorFlyScan.py @@ -11,7 +11,7 @@ note that the motors have a limited speed range! import math MOTORS = (ManipulatorX) -CENTER = -2.88 +CENTER = -3.5 WIDTH = 4. RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.) STEP = 0.02