Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 548 Bytes

RosGraph Web Visualizer

This is an electron and web tootls to automatically draw the ROS Graph resorting on roslibjs ans RosBridge.

Compile and Run

$ npm install -g electron-forge
$ npm install
$ npm run electron

Check that the IP in index.ts matches your rosbridge server.

Usage

  • Run robsbridge server on your ros environment
  • Set the IP (with full address) from the UI
  • Done

Demo

Contributors

Ludovico O. Russo