Skip to content

Gold872/elastic-dashboard

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ce3fca · Jun 26, 2024
May 16, 2024
Jan 8, 2024
Jun 25, 2024
Jun 25, 2024
Sep 29, 2023
Dec 10, 2023
Feb 4, 2024
Jun 26, 2024
May 26, 2024
Dec 10, 2023
Aug 23, 2023
Aug 31, 2023
Jan 3, 2024
Jan 6, 2024
Aug 13, 2023
May 17, 2024
Jun 25, 2024
Jun 25, 2024

Repository files navigation

Elastic Logo

Elastic

A simple and modern dashboard for FRC.

Download files can be found here, the supported platforms are Windows, MacOS, and Linux.

Important Notes/Warnings:

  • Your robot code must be using WPILib version 2023.3.1 or higher, otherwise you might not be able to add widgets.
    • WPILib v2023.3.1 fixed a bug in Network Tables where values wouldn't be sent to a client after subscribing topics only. Since the program subscribes topics only to everything, any widget that is built using a sendable will not be possible to add since the program will not be able to retrieve the widget's type. See wpilibsuite/allwpilib#4991 for more info.

About

Elastic is a simple and modern Shuffleboard alternative made by Team 353. It is meant to serve as a dashboard for competition but can also be used for testing. Some features include

  • Viewing data from different NT4 topics and widgets
  • Draggable and resizable card widgets
  • Customizable color scheme
  • Automatic IP retrieval from the FRC Driver Station
  • Compatibility with the WPILib Shuffleboard API

Example Layout

Documentation

View the online documentation here

Special Thanks

This dashboard wouldn't have been made without the help and inspiration from the following people