Merge branch 'master' into terminalControl-with-RobotLib

This commit is contained in:
lade043
2019-05-19 10:02:20 +02:00
committed by GitHub
4 changed files with 1245 additions and 4 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):