-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add text to speech #23
base: develop
Are you sure you want to change the base?
Conversation
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<!-- Example: --> | ||
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この辺のコメントは消したほうが良いと思います
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除しました
# 1Hz | ||
rate = rospy.Rate(10) | ||
|
||
# instance_var_name [TODO] param or smtng easy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smtngとはなんでしょう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
略語(something)です、読めないのとparamだけで十分なので削除します。
rospy.loginfo('Speech failed for some unknown reason') | ||
else: | ||
rospy.loginfo('Robot speech: {}'.format(phrase)) | ||
# rospy.sleep(2.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消して良いと思います
rospy.loginfo('Speech failed for some unknown reason') | ||
else: | ||
rospy.loginfo('Robot speech: {}'.format(phrase)) | ||
# rospy.sleep(2.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消して良いと思います
rospy.loginfo('Speech failed for some unknown reason') | ||
else: | ||
rospy.loginfo('Robot speech: {}'.format(phrase)) | ||
# rospy.sleep(2.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消して良いと思います
<!-- One license tag required, multiple allowed, one license per tag --> | ||
<!-- Commonly used license strings: --> | ||
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 --> | ||
<license>TODO</license> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apache2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
変更しました
Summary
音声合成機能の追加をしました
Test
Attention