Difference between revisions of "ROS Bridge RobotWebTools mjpeg Canvas"

From wikidb
Jump to: navigation, search
(Created page with "== Overview == Adding streaming video to ROS Bridge RobotWebTools Keyboard Teleop. == References == == Source Base == git clone https://github.com/GT-RAIL/mjpegcanvasjs")
 
(Source Base)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
Adding streaming video to [[ROS Bridge RobotWebTools Keyboard Teleop]].
+
Add streaming video to [[ROS Bridge RobotWebTools Keyboard Teleop]].
  
 
== References ==
 
== References ==
 +
 +
* [http://robotwebtools.org/tools.html#widgets Robot Web Tools Widgets]
 +
* [http://wiki.ros.org/mjpegcanvasjs/ ROS mjpeg canvas wiki]
 +
* [https://github.com/GT-RAIL/mjpegcanvasjs mjpeg canvas git repository]
 +
* [http://wiki.ros.org/mjpegcanvasjs/Tutorials Tutorials]
 +
 +
== Install ==
 +
 +
  sudo apt-get install ros-indigo-mjpeg-serv
  
 
== Source Base ==
 
== Source Base ==
  
 
   git clone https://github.com/GT-RAIL/mjpegcanvasjs
 
   git clone https://github.com/GT-RAIL/mjpegcanvasjs

Latest revision as of 14:47, 19 February 2016

Overview

Add streaming video to ROS Bridge RobotWebTools Keyboard Teleop.

References

Install

 sudo apt-get install ros-indigo-mjpeg-serv

Source Base

 git clone https://github.com/GT-RAIL/mjpegcanvasjs