From 494bb1d1fa675416487f33c5a42fed329e2aa519 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 12 Aug 2019 14:33:40 +0200 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 c0b1bd2e..e2a27ea5 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) -RANGE = (-3.45-0.5, -3.45+0.5) +RANGE = (-2.9-0.6, -2.9+0.6) STEP = 0.01 #MOTORS = (ManipulatorY)