JS based feedback dashboard. Uses SSE to push events.
Python JavaScript HTML CSS
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dashboard
README.md
robot.py
test.py

README.md

dashboard2

JS based feedback dashboard. Uses SSE to push events.

This is meant to integrate into a robotpy project to replace SmartDashboard. dashboard2 gives unlimited functionality at a high update rate, without any of problems of SmartDashboard.

To use, set up charts, choosers, and extensions in your robotInit, then call dashboard2.run(). Full documentation coming soon.

dashboard2 with charts and an MJPG stream

Charts and an MJPG stream

dashboard2 running the Simulbot extension

dashboard2 running the Simulbot extension