Skip to content

sandeshworld/web_based_autonomous_vehicle_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.


Project Overview

The Dashboard is the last leg of sending ROS2 data over to a web application to display the data live.

The data made it's journey from:

  1. LGSVL Simulator
  2. LGSVL's Rosbridge
  3. A node I have running that subscribes to the CAN_BUS topic, and then relays the information via UDP
  4. A python flask server that subscribes to the UDP messages and then publishes it over SocketIO
  5. This application subscribes to the SocketIO messages and then publishes it.

Here is an image of it running on a browser: image

The simulation running on LGSVLSimulator: image

About

Web Vehicle Statistics Dashboard Built using React and SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published