Script execution

This commit is contained in:
gac-x03da
2020-03-06 16:22:25 +01:00
parent 3211fa640e
commit c21232b5c1
+1 -1
View File
@@ -11,7 +11,7 @@ note that the motors have a limited speed range!
import math
MOTORS = (ManipulatorX)
CENTER = -2.75
CENTER = -3.
WIDTH = 1.
RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
STEP = 0.020