Skip to content

Commit

Permalink
[tmc] one , to many
Browse files Browse the repository at this point in the history
  • Loading branch information
sunava committed Aug 19, 2024
1 parent 88c189a commit e152ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycram/external_interfaces/tmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def tmc_talk(designator: TalkMotion, topic_name: Optional[str] = '/talk_request'
:param designator: The designator containing the sentence to be spoken
"""
pub = rospy.Publisher(topic_name,, Voice, queue_size=10)
pub = rospy.Publisher(topic_name, Voice, queue_size=10)
texttospeech = Voice()
# language 1 = english (0 = japanese)
texttospeech.language = 1
Expand Down

0 comments on commit e152ff7

Please sign in to comment.