deltaautonomy / delta_viz

ROS packages for Delta Autonomy's Visualization GUI (DeltaViz)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeltaViz

JavaScript based web GUI for visualizing real-time ROS messages, diagnostics, and Rviz camera streams.

DeltaViz

Usage

Launch the back-end server that interfaces with ROS master.

roslaunch delta_viz_server server.launch

Launch the front-end web app in the browser by navigating to http://localhost:8000.

cd delta_viz_app
python3 -m http.server 8000

See Also

These tutorials will help you get started with developing your own ROS web interface.

  1. Tutorial on Web-Based Visualization using ROS JavaScript Library [Link].
  2. Tutorial on Stream Rviz Visualizations as Images [Link].

Reach out to Heethesh Vhavle for queries.

About

ROS packages for Delta Autonomy's Visualization GUI (DeltaViz)

License:MIT License


Languages

Language:CSS 87.3%Language:SCSS 10.2%Language:HTML 1.4%Language:JavaScript 0.6%Language:CMake 0.5%Language:Python 0.1%