Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl committed Feb 28, 2013
1 parent 70e8f14 commit dba2ee5
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
wviz
WVIZ
====

Robot Web visualization canvas
#### Robot Web Visualization ####

The goal of this project is to provide a ROS(Robot Operating System) web 3d visualization library using WebGL.

### Usage ###

# Required Components in Backend #

A robot powered by ROS, Rosbridge, TF2 Web Republisher

ROS : http://www.ros.org
rosbridge : https://www.rosbridge.org
TF2 WebRepublisher : https://github.com/RobotWebTools/tf2_web_republisher

roslaunch rosbridge_server rosbridge_websocket.launch
rosrun tf2_web_republisher tf2_web_republisher

# Frontend #

Available URDFs - PR2, Youbot
Soon - Turtlebot

# Current Status #

Collada : OK
URDF : OK

0 comments on commit dba2ee5

Please sign in to comment.