Browse Source

Fixed indentation typo.

noetic
hello-sanchez 2 years ago
parent
commit
825db00fd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example_8.md

+ 1
- 1
example_8.md View File

@ -43,7 +43,7 @@ class SpeechText:
"""
self.sub = rospy.Subscriber("speech_to_text", SpeechRecognitionCandidates, self.callback)
self.save_path = '/home/hello-robot/catkin_ws/src/stretch_tutorials/stored_data
rospy.loginfo("Listening to speech.")
rospy.loginfo("Listening to speech.")
def callback(self,msg):
"""

Loading…
Cancel
Save