This commit is contained in:
NikolajDanger
2022-09-07 11:37:40 +02:00
parent 3150db2415
commit c811384183
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ def main():
# Initializes the robot and runs the
arlo = robot.Robot()
arlo.go_diff(power, power, 1, 0)
arlo.go_diff(power, power, 0, 1)
sleep(turn_t * 36)
arlo.stop()