Skip to content

Commit

Permalink
[jsk_tools/audible_warning] Add space to published original text.
Browse files Browse the repository at this point in the history
  • Loading branch information
iory authored and knorth55 committed Sep 30, 2022
1 parent 22c96e1 commit 688ea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_tools/node_scripts/audible_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run(self):
sentence = multiple_whitespace_to_one(sentence)
rospy.loginfo('audible warning error name "{}"'.format(e.name))
rospy.loginfo("audible warning talking: %s" % sentence)
self.pub_original_text.publish(prefix + e.name + ' ' + e.message)
self.pub_original_text.publish(prefix + ' ' + e.name + ' ' + e.message)
self.pub_speak_text.publish(
"audible warning talking: %s" % sentence)

Expand Down

0 comments on commit 688ea1e

Please sign in to comment.