started doing weird stuff for speech recognition
This commit is contained in:
@@ -73,6 +73,6 @@ def handle_request(r):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
rospy.init_node('controller', log_level=rospy.INFO)
|
||||
rospy.init_node('teleoperation/controller', log_level=rospy.INFO)
|
||||
ic = rospy.Service('inform_controller', InformController, handle_request)
|
||||
rospy.spin()
|
||||
|
||||
Reference in New Issue
Block a user