shuffleboard icon indicating copy to clipboard operation
shuffleboard copied to clipboard

A modern dashboard for FRC

Results 82 shuffleboard issues
Sort by recently updated
recently updated
newest added

Currently, listeners are set up rather ineffectively and nearly everything uses compat entry APIs. This should be rewritten to subscribe only where needed. Additionally, it's possible that a lot of...

*Note this is all from memory as our team hasn't been back in the lab since this issue occurred* We set up our SendableChooser as WPILib does in their [CommandBased...

The log [here](https://github.com/wpilibsuite/shuffleboard/issues/770#issuecomment-1485491710) has the following exceptions: ``` Mar 24, 2023 6:51:40 PM edu.wpi.first.shuffleboard.plugin.cameraserver.source.CameraServerSource lambda$new$5 WARNING: Could not get bandwidth VideoException [edu.wpi.first.cscore.VideoException: empty value] at edu.wpi.first.cscore.CameraServerJNI.getTelemetryAverageValue(Native Method) at edu.wpi.first.cscore.CameraServerJNI.getTelemetryAverageValue(CameraServerJNI.java:364) at...

# Overview Adds more allowed metadata fields to NT for Opacity and ContentVisibility and allows widgets to dynamically update to any new metadata. this is achieved by having an object...

**Describe the bug** The widgets, in the WidgetPane grid, are not aligned to the center. **To Reproduce** Steps to reproduce the behavior: 1. Open File > Preferences 2. Go to...

We often used FileNew on Shuffleboard to clear the SmartDashboard tab of old debug statements and see new after a download. The tab Preferences Autopopulate switch is On. The tab...

# Overview Removes various sources of high CPU usage: - The live network table preview has been removed due to the high frequency of node redraws. Spot checking data will...

Related to https://github.com/wpilibsuite/allwpilib/issues/6573 and https://github.com/wpilibsuite/allwpilib/pull/6735, based on the 6328 [NetworkAlerts](https://github.com/Mechanical-Advantage/NetworkAlerts) plugin.

PMD needs to be at least version 6.37 for Java 17 (current version is 7.2.0). There's several things that need fixing/ignoring to pass with later versions of PMD.