-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|