started doing weird stuff for speech recognition

This commit is contained in:
Pavel Lutskov
2019-01-30 17:37:26 +01:00
parent f050c3464a
commit e368cd9abe
7 changed files with 111 additions and 4 deletions

11
script/calibrator.py Executable file
View File

@@ -0,0 +1,11 @@
#! /usr/bin/env python
import rospy
from controller import inform_controller_factory
_inform_controller = inform_controller_factory('calibrator')
if __name__ == '__main__':
rospy.init_node('teleoperation/calibrator')