Script execution

This commit is contained in:
gac-x03da
2019-11-05 19:02:26 +01:00
parent 8acee19421
commit 790afd4d51

View File

@@ -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