diff --git a/script/ManipulatorFlyScan.py b/script/ManipulatorFlyScan.py index 4f7e3f98..f02c5dfb 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.5 +CENTER = -2.8 WIDTH = 1.2 RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.) STEP = 0.01