-
Notifications
You must be signed in to change notification settings - Fork 40
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 rwt_voice_message package #23
Conversation
@garaemon review 御願いします. package 名をもうちょっと specific にできると思いました. |
パッケージ名とデフォルトのトピック名は、同じ機能を有するandroidアプリの"android-voice-message"に合わせる形にしてありました。 |
window.__msgStore = {}; | ||
window.__persistMsgStore = function(lang, data) { | ||
if(window.localStorage) { | ||
localStorage.setItem("localizationMsgStore"+lang, JSON.stringify(data)); |
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.
use ' for string
コメントしましたが
|
android_voice_messageへの依存はVoiceMessage.msg かな?いずれにせよStringの配列を入れてもらえないかダメ元でpull reqしてみました. |
プルリクエストの可否はcommon_msgsのissueが終わってからということになるのでしょうか? |
わすれていた. |
なるほど.では私は異論無しです. ROS なので |
pull requestしてみましょう.という意味でしたが,そもそも何処にどうやっていれたらいいか,いい案は無いということかな. もうひとつはcommon_msgsにgui_msgsをつくる,というものだけど,いい案を考えられないかな? jsk_gui_msgs にあるものを整理して,それぞれ背景があればいいので(論文でいえばcitationできればよい),例えばAndroidAPIに準拠している,とか,そういう説明ができるようなgui_msgs をつくってpull requestしてみるというのはどうでしょうか? |
返信が遅れました。common_msgsにpull reqを送ってみました。 ros/common_msgs#32 |
そうですね.ros/common_msgs#32 の進捗をこのスレッドで更新してもらえると嬉しいです. 2014-04-07 12:05 GMT+09:00 Furushchev notifications@github.com:
|
common_msgsから弾かれそうな予感もしますが... 進捗次第ではmsgの置きどころを考えましょう |
ros/common_msgs#32 の返信によると、jskのレポジトリにvoice_recognition_msgsなどを作り、しばらく様子を見て、common_msgsなどにプルリクエストを送るなどを検討することを考えることになりそうです。 |
jsk_commonにいれてください. |
jsk_commonにメッセージ追加のPRをください |
jsk_common にmsgを追加しました。jsk-ros-pkg/jsk_common#470 |
#21 に従いrwt_voice_messageの追加を申請します。