Skip to content
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

Merged
merged 3 commits into from
Jun 24, 2014

Conversation

furushchev
Copy link
Contributor

#21 に従いrwt_voice_messageの追加を申請します。

@130s
Copy link
Contributor

130s commented Dec 26, 2013

@garaemon review 御願いします.

package 名をもうちょっと specific にできると思いました.rwt_speech_topic とか.

@furushchev
Copy link
Contributor Author

パッケージ名とデフォルトのトピック名は、同じ機能を有するandroidアプリの"android-voice-message"に合わせる形にしてありました。
https://play.google.com/store/apps/details?id=org.ros.android.androidVoiceMessage&hl=ja

window.__msgStore = {};
window.__persistMsgStore = function(lang, data) {
if(window.localStorage) {
localStorage.setItem("localizationMsgStore"+lang, JSON.stringify(data));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use ' for string

@garaemon
Copy link
Contributor

コメントしましたが

  • jsの文字列は'を使う
  • できればローカルのjsを読むように
  • ハードタブではなくソフトタブ
    でおねがいします

@k-okada
Copy link
Member

k-okada commented Dec 27, 2013

android_voice_messageへの依存はVoiceMessage.msg かな?いずれにせよStringの配列を入れてもらえないかダメ元でpull reqしてみました.
ros/std_msgs#5

@furushchev
Copy link
Contributor Author

プルリクエストの可否はcommon_msgsのissueが終わってからということになるのでしょうか?

@k-okada
Copy link
Member

k-okada commented Jan 7, 2014

わすれていた.
https://github.com/ros/common_msgs/pulls
にStringArray.msg を投げてくれると助かります.どうなるか見てみましょう.

@130s
Copy link
Contributor

130s commented Jan 8, 2014

パッケージ名とデフォルトのトピック名は、同じ機能を有するandroidアプリの"android-voice-message"に合わせる形にしてありました。
https://play.google.com/store/apps/details?id=org.ros.android.androidVoiceMessage&hl=ja

なるほど.では私は異論無しです.

ROS なので rwt_speech_topic とか rwt_voice_topicとか,ROS topic を吐き出すんだよ,というのが明確な方がより specific と思いましたが,オリジナルが存在するならそれに準ずるのはアリですね.

@k-okada
Copy link
Member

k-okada commented Jan 9, 2014

にStringArray.msg を投げてくれると助かります.どうなるか見てみましょう.

pull requestしてみましょう.という意味でしたが,そもそも何処にどうやっていれたらいいか,いい案は無いということかな.
そうなると,そうかもしれない.やっぱstd_msgsにStringArray.msg があるほうがいいか.

もうひとつはcommon_msgsにgui_msgsをつくる,というものだけど,いい案を考えられないかな? jsk_gui_msgs にあるものを整理して,それぞれ背景があればいいので(論文でいえばcitationできればよい),例えばAndroidAPIに準拠している,とか,そういう説明ができるようなgui_msgs をつくってpull requestしてみるというのはどうでしょうか?

@furushchev
Copy link
Contributor Author

返信が遅れました。common_msgsにpull reqを送ってみました。 ros/common_msgs#32
このパッケージ自体のpull reqのマージは上記のpull reqが承認されたあとになるのでしょうか?

@k-okada
Copy link
Member

k-okada commented Apr 7, 2014

そうですね.ros/common_msgs#32 の進捗をこのスレッドで更新してもらえると嬉しいです.

2014-04-07 12:05 GMT+09:00 Furushchev notifications@github.com:

返信が遅れました。common_msgsにpull reqを送ってみました。 ros/common_msgs#32ros/common_msgs#32
このパッケージ自体のpull reqのマージは上記のpull reqが承認されたあとになるのでしょうか?


Reply to this email directly or view it on GitHubhttps://github.com//pull/23#issuecomment-39692786
.

@garaemon
Copy link
Contributor

garaemon commented Apr 7, 2014

common_msgsから弾かれそうな予感もしますが... 進捗次第ではmsgの置きどころを考えましょう

@furushchev
Copy link
Contributor Author

ros/common_msgs#32 の返信によると、jskのレポジトリにvoice_recognition_msgsなどを作り、しばらく様子を見て、common_msgsなどにプルリクエストを送るなどを検討することを考えることになりそうです。
jskのメタパッケージだとどこにおくのが正解でしょうか。

@k-okada
Copy link
Member

k-okada commented Apr 27, 2014

jsk_commonにいれてください.

@garaemon
Copy link
Contributor

jsk_commonにメッセージ追加のPRをください

@furushchev
Copy link
Contributor Author

jsk_common にmsgを追加しました。jsk-ros-pkg/jsk_common#470
これに伴い、もともと怪しい名前だったので、msgをAPIに沿うように名前を変更しました。 #30

@k-okada k-okada merged commit 69a7032 into tork-a:groovy-devel Jun 24, 2014
@furushchev furushchev deleted the rwt_voice_message branch November 30, 2014 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants