Script execution

This commit is contained in:
gac-x03da
2020-03-11 12:03:25 +01:00
parent 7ea7ac4fb6
commit 416cb681b7

View File

@@ -11,8 +11,8 @@ note that the motors have a limited speed range!
import math
MOTORS = (ManipulatorX)
CENTER = -3.
WIDTH = 1.
CENTER = -2.8
WIDTH = 2.
RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
STEP = 0.020