ROS Bridge Install

From wikidb
Revision as of 12:08, 12 February 2016 by Edc (Talk | contribs)

Jump to: navigation, search

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