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

Create demo web page based on cloudsim #25

Closed
k-okada opened this issue Jan 16, 2014 · 4 comments
Closed

Create demo web page based on cloudsim #25

k-okada opened this issue Jan 16, 2014 · 4 comments
Assignees

Comments

@k-okada
Copy link
Member

k-okada commented Jan 16, 2014

visualization_rwt で何ができるか簡単に紹介できるデモサイトを作りたい。

clodusimのシミュレーションを前提にしてもよいし,
pr1040は常に動いている、という前提でデモを作ってもいい気がします。

作り方の方針を教えてくれれば、僕が勉強がてらやってみたいです。

@ghost ghost assigned garaemon Jan 16, 2014
@garaemon
Copy link
Contributor

作りましょう

できることはグラフのプロット、robot_monitor web版、image_view web版, moveitクライアントでしょうか。

作り方の方針を教えてくれれば、僕が勉強がてらやってみたいです。

とりあえずgazeboが常に走ってるサーバーを設定するのが良いと思います。
もしくは、rosbagでしょうか

@k-okada
Copy link
Member Author

k-okada commented Jan 20, 2014

http://54.197.81.122/cloudsim/inside/cgi-bin/console
でgazeboを立ち上げました,
http://107.21.29.133:8080/
で,web でシミュレーションがみえます.

上のconsole の画面で,routerのDownload Keysをおして,落としてきたzipを展開してルートで
LANG=C start_vpn.bash
として,ros.bash をsource して rostopic すろとトピックが見えます.これでいいのかな.

@garaemon
Copy link
Contributor

お、いいっぽいですね。

ROSの走ってる計算機で

<launch>
  <node pkg="roswww" type="webserver.py" name="roswww">
  </node>
  <include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch">
    <arg name="port" value="8888" />
  </include>
</launch>

を走らせると、:8888でみれるようになります。

フロントエンドは、gh-pagesでやるか、visualization_rwt_demoみたいなパッケージをつくるかどうかというところですが...
http://hisasann.com/housetect/2012/02/githubgh-pages.html

普通にデモ用のパッケージを作るのが楽そうですね。

@130s 130s changed the title demo サイトを作りたい Create demo web page based on cloudsim Apr 27, 2014
@130s
Copy link
Contributor

130s commented Apr 27, 2014

+1 for creating a frontend demo package. Ticketed #29.

I've also started working on this, aiming to more focus on each robot we're dealing with (related), which as always will come fully documented if I succeed :)

Changed title to more specific one and close this since it looks like the demo worked with cloudsim (though now I can't see the demo site running).

@130s 130s closed this as completed Apr 27, 2014
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

No branches or pull requests

3 participants