Closed Naoki-Hiraoka closed 5 years ago
thank you! can you add code to check if the soundrequest has the volume attribute like https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/fe214ce00e05b4384ee4b6d20ba469f29a894a3c/pr2eus/test/speak-test.py#L40 ?
◉ Kei Okada
2019年7月17日(水) 21:56 Naoki Hiraoka notifications@github.com:
robotsoundが
indigoからkineticに変わるときにSoundRequest型が変わり、 新たにvolumeというパラメータができました。
デフォルト値では音量0となってロボットが喋らないため、 volumeに値をセットしました。
You can view, comment on, or merge this pull request online at:
https://github.com/jsk-ros-pkg/jsk_control/pull/724 Commit Summary
- [stabilizer_watcher.py]fix for kinetic
File Changes
- M jsk_footstep_controller/scripts/stabilizer_watcher.py https://github.com/jsk-ros-pkg/jsk_control/pull/724/files#diff-0 (1)
Patch Links:
- https://github.com/jsk-ros-pkg/jsk_control/pull/724.patch
- https://github.com/jsk-ros-pkg/jsk_control/pull/724.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_control/pull/724?email_source=notifications&email_token=AADYNXA2B7QTPDSKBSVGUQLP74JJFA5CNFSM4IEQB27KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G7XCSUA, or mute the thread https://github.com/notifications/unsubscribe-auth/AADYNXF6WU4O24OASIG4DA3P74JJFANCNFSM4IEQB27A .
あれ,もしかしてindigoでこれを実行すると,sound.volume
というメンバはないとエラーになるでしょうか.そうだとしたらマージしたらいけなかった.
エラーになる気がします..
can you add code to check if the soundrequest has the volume attribute like https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/fe214ce00e05b4384ee4b6d20ba469f29a894a3c/pr2eus/test/speak-test.py#L40
については,責任とって対応しました: https://github.com/jsk-ros-pkg/jsk_control/pull/726
自分の書いていないコードも自分の書いたコードのように大切にできるとよいですね.ということで,気がついたところは直しておいたので,確認しておいてください.
robotsoundが
indigoからkineticに変わるときにSoundRequest型が変わり、 新たにvolumeというパラメータができました。
デフォルト値では音量0となってロボットが喋らないため、 volumeに値をセットしました。