started doing weird stuff for speech recognition
This commit is contained in:
11
script/calibrator.py
Executable file
11
script/calibrator.py
Executable 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')
|
||||
Reference in New Issue
Block a user