Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mechanical-advantage/networkalerts

A Shuffleboard plugin for displaying persistent alerts.
https://github.com/mechanical-advantage/networkalerts

Last synced: 2 months ago
JSON representation

A Shuffleboard plugin for displaying persistent alerts.

Awesome Lists containing this project

README

        

# Shuffleboard Network Alerts Plugin
This plugin provides a widget for displaying persistent alerts sent from robot code. See the robot-side implementation [here](https://github.com/Mechanical-Advantage/RobotCode2023/blob/main/src/main/java/org/littletonrobotics/frc2023/util/Alert.java).

## Installing
The JAR file is included as part of the latest release. To install the plugin, place this file in the `~/Shuffleboard/plugins` folder. To build the project locally, clone the repository and run the command `./gradlew installPlugin`