fixed some bugs

This commit is contained in:
2019-05-18 08:34:11 +02:00
parent a52f003729
commit 401ee4a7fe
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from RobotLib import *
class Looper:
def __init__(self, Robot):
self.stepsize = 0.3
self.stepsize = 1
self.robot = Robot
def run(self):