renamed controller to masterloop

This commit is contained in:
Pavel Lutskov
2019-02-04 16:23:48 +01:00
parent 3708633328
commit 36f787087c
9 changed files with 64 additions and 57 deletions

View File

@@ -9,11 +9,11 @@ import actionlib
import numpy as np
from naoqi import ALProxy
from controller import inform_controller_factory
from masterloop import inform_masterloop_factory
from teleoperation.msg import RequestSpeechAction, RequestSpeechGoal
_inform_controller = inform_controller_factory('calibrator')
_inform_masterloop = inform_masterloop_factory('calibrator')
def calibration():