8000 GitHub - Autonomous-Robot/webtools: Web Interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Autonomous-Robot/webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webtools

Web Interface for Autonomous Robot

Node.js is the underlying web framework for this project. It depends on roslibjs package.

###Installation:

  1. install roslibjs

  2. install webtools

     git clone https://github.com/Autonomous-Robot/webtools.git
    

###Configuration:

  1. Change IP in file views/layout.jade

     url:'ws://<ip-address>:9090'
    

9090 is the default port number

  1. Change topic name 'chatter' accordingly

     name : '/chatter',
    

###Run:

  1. Run roscore

     roscore
    
  2. Run rosbridge

     roslaunch rosbridge_server rosbridge_websocket.launch
    
  3. In the webtools folder

     node app.js
    
  4. Open url <ip-address>:9090 webbrowsers

About

Web Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0