Difference between revisions of "ROS Bridge Install"

From wikidb
Jump to: navigation, search
(Java Script Test Page)
(Notes)
Line 40: Line 40:
 
   localhost/~eepp/twist_test.html
 
   localhost/~eepp/twist_test.html
  
== Notes ==
+
== Robot Web Tools ==
  
* Chapter 13: Rrosbridge: Building a Web GUI for your Robot. ROS By Example, Volume 2: Packages and Programs for Advanced Robot Behaviors version 1.02 for Hydro by R. Patrick Goebel, Lulu, July 2014.
+
* [http://robotwebtools.org/tools.html tools]
  
* [https://groups.google.com/forum/#!topic/ros-by-example/5uQxQpsxjtA ROS By Example]
+
=== ROSLIBJS ===
* [https://groups.google.com/forum/#!forum/ros-by-example ROS By Example forum]
+
 
 +
* [http://wiki.ros.org/roslibjs/ ROS wiki]
 +
* [http://robotwebtools.org/jsdoc/roslibjs/current/ Documentation]
 +
* [http://wiki.ros.org/roslibjs/Tutorials Tutorials]
  
 
== Install ==
 
== Install ==

Revision as of 12:06, 12 February 2016

References

Install

 sudo apt-get install ros-indigo-rosbridge-suite

Javascript Test Page

The following script was placed in /home/eepp/public_html. It is a simplification of the script found at Basic ROS Javascript functionality tutorial

RosBridge Twist Test Page

Run

In first terminal.

 roscore

In second terminal.

 rosrun phidgets motor_control_hc

In third terminal.

 roslaunch rosbridge_server rosbridge_websocket.launch

In browser

 localhost/~eepp/twist_test.html

Apache Setup

See notes on NUC_Web to set up home page on ~eepp. Browse to:

 localhost/~eepp/twist_test.html

Robot Web Tools

ROSLIBJS

Install

 sudo apt-get install ros-indigo-rosbridge-suite
 sudo apt-get install ros-indigo-robot-pose-publisher
 sudo apt-get install ros-indigo-tf2-web-republisher