Difference between revisions of "ROS Bridge Install"

From wikidb
Jump to: navigation, search
(Notes)
Line 49: Line 49:
 
* [http://robotwebtools.org/jsdoc/roslibjs/current/ Documentation]
 
* [http://robotwebtools.org/jsdoc/roslibjs/current/ Documentation]
 
* [http://wiki.ros.org/roslibjs/Tutorials Tutorials]
 
* [http://wiki.ros.org/roslibjs/Tutorials Tutorials]
 
== 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
 

Revision as of 12:08, 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