renamed motion to movements because of conflict

This commit is contained in:
2018-06-04 10:10:50 +02:00
parent 5bd50de06e
commit cdd79392fd
6 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ from utils import read_config
from imagereaders import NaoImageReader
from finders import BallFinder
from motion import NaoMover
from movements import NaoMover
class BallFollower(object):