This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
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:
- LGSVL Simulator
- LGSVL's Rosbridge
- A node I have running that subscribes to the CAN_BUS topic, and then relays the information via UDP
- A python flask server that subscribes to the UDP messages and then publishes it over SocketIO
- This application subscribes to the SocketIO messages and then publishes it.