-
Notifications
You must be signed in to change notification settings - Fork 81
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
rosmaster間での通信方法 #1425
Comments
jsk-ros-pkg/jsk_robot#502 にサンプルコードがあります。 |
@tkmtnt7000 websoketを使った例について、以下のやり取りが pr2@ にありました、これはfirewall を超えられるので、topicにprefix つければmultimasater的につかえる、、、かもしれない。 https://gist.github.com/k-okada/8342fdcc684bb5db3e4794883516fb32 == -- 2020年9月5日(土) 13:57 Ishiguro Yasuhiro <[email protected]>: これ自体は自宅PCのroscore環境からPR2などとtopic通信を可能にするクライアント側のプログラムです 本格運用時の負荷分散用サーバー構成や管理レポジトリなどはこれから話し合っていくんだと思います 2020年9月5日(土) 4:55 Shingo Kitagawa <[email protected]>: -- 2020年9月5日(土) 0:22 Ishiguro Yasuhiro <[email protected]>: ※注意点
pip install roslibpy -- |
自分は自前で共有メモリを使った単純なブリッジを書いて、2つのrosmaster間でtopicをやりとりしていました。 |
we can use xmlrpc to connect two roscore master as written in |
複数台のロボットを用いて協調して動作を行う上で、rosmaster間の通信を可能にする必要があります。
どんなやり方が良いかを調べている所ですが、良いやり方を知っている人はいますか?
一つの可能性としてmultimaster_fkie(http://wiki.ros.org/multimaster_fkie )を使う方法があると思っています。
https://docs.google.com/presentation/d/1XM7x1SQDECO6A7phvw0mEaaMID0NNKweFHU4k2inUAk/edit#slide=id.p
で紹介されており、
http://www.iri.upc.edu/files/scidoc/1607-Multi-master-ROS-systems.pdf
でこれを使ったものが書かれています。
The text was updated successfully, but these errors were encountered: