Script execution

This commit is contained in:
gac-x03da
2023-08-28 16:20:47 +02:00
parent 407f7d5b48
commit fe9df51917

View File

@@ -10,7 +10,7 @@ note that the motors have a limited speed range!
import math
MOTORS = (ManipulatorY)
RANGE = (2.8, -3.0)
RANGE = (0.3, -1.3)
STEP = 0.0010
SPEED = 0.0105