Code Monkey home page Code Monkey logo

ros_explorer's Introduction

ROS Explorer

A visual, web-based interface for examining the ROS graph.

  • See all the nodes, topics, services, and parameters.
  • Click on one to see what other nodes, topics, or services they are connected to.
  • See topic and service types.
  • Add/edit/delete parameters.

Tested on Indigo, but likely works with newer ROS distros.

ROS Explorer Dashboard screenshot

Running

ROS Explorer is a simple webpage, which you can serve from the www directory however you like, such as with python -m SimpleHTTPServer 8595 . You must be running a websocket server beforehand: roslaunch rosbridge_server rosbridge_websocket.launch.

We also provide two launch files for convenience.

  • roslaunch ros_explorer ros_explorer.launch: Runs a Python server from the www directory and opens ROS Explorer in a web browser. To use this, you need xdg-open and python -m SimpleHTTPServer. The website will be served on http://localhost:8595.
  • roslaunch ros_explorer ros_explorer_websocket.launch: Same as above but also runs a websocket server.

User notes

  • By default, the websocket URL is determined from the host the webpage is being served from (e.g., localhost, robot.university.edu).
  • You can scroll horizontally to view names that have been cut off by holding Shift while scrolling.
  • Press Ctrl+F to search for a name.

Developing

ROS Explorer is built with Polymer.

Install Node.js using nvm if you don't already have it:

  • Install nvm
  • nvm install node

Install the Polymer CLI if you don't already have it:

  • npm install -g polymer-cli

Download the frontend dependencies:

  • cd frontend
  • bower update

Run a local development server:

Robot web server

ROS Explorer works with RWS.

ros_explorer's People

Contributors

jstnhuang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.