Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garaemon committed Oct 15, 2013
1 parent 2556162 commit b334bf6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ visualization packages using rwt
INSTALL
-------
Please install [rwt_ros](https://github.com/tork-a/rwt_ros) first
```sh
rosws set --git visualization_rwt https://github.com/tork-a/rwt_ros.git
rosws update rwt_ros
```


```sh
sudo aptitude install ros-groovy-rosbridge-suite #rosbridge is required
rosws set --git roswww https://github.com/jihoonl/roswww.git # roswww is also required
rosws update roswww
rosws set --git visualization_rwt https://github.com/tork-a/visualization_rwt.git
rosws update visualization_rwt
```
9 changes: 9 additions & 0 deletions rwt_plot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
rwt_plot
========

USAGE
-----
```sh
roslaunch rwt_plot rwt_plot.launch # this starts roswww and rosbridge_server
```

5 changes: 5 additions & 0 deletions rwt_plot/launch/rwt_plot.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<launch>
<node pkg="roswww" type="webserver.py" name="roswww">
</node>
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch" />
</launch>
9 changes: 5 additions & 4 deletions rwt_plot/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<author>Ryohei Ueda</author>
<license>BSD</license>
<depend package="roswww"></depend>
<depend package="rosbridge"></depend>
<depend package="rospy"></depend>
<depend package="std_msgs"></depend>
<depend package="geometry_msgs"></depend>
<depend package="rosbridge"></depend>
<depend package="rospy"></depend>
<depend package="std_msgs"></depend>
<depend package="geometry_msgs"></depend>
<depend package="roslibjs"></depend>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/rwt_plot</url>

Expand Down

0 comments on commit b334bf6

Please sign in to comment.