From 5f6b0c30cd8a22c606dcfdcdf4f2862c7c4a983b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 7 Feb 2020 17:23:47 +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 c30119c6..288eb6cf 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 = -3.8 +CENTER = -3.5 WIDTH = 2. RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.) STEP = 0.025