allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Official Repository of WPILibJ and WPILibC

Results 452 allwpilib issues
Sort by recently updated
recently updated
newest added

When changing the properties of a Field2dObject select a new color that color is not what is shown. Steps to reproduce the behavior: 1. Open Field2d (I did this in...

type: bug
component: glass

**Is your feature request related to a problem? Please describe.** `IterativeRobotBase` has methods for various init modes (ex. `teleopInit()`) and periodic methods (ex. `autonomousPeriodic()`). Subsystems do not have the same...

component: command-based

In graphs with multiple Y axes, reopening glass puts all the plots on the primary Y axis.

component: glass

**Is your feature request related to a problem? Please describe.** Ease of use issue. **Describe the solution you'd like** Make it possible to register the datalogtool as the default application...

component: datalogtool

Currently only one angle index is passed in, but there are cases where multiple angular state variables may be desired (ex robot heading and turret heading).

component: wpimath

There's a `Tracer` epoch for each subsystem periodic, and in Java it's named with the subsystem's name (ie `subsystem.getClass().getSimpleName()`) but in C++ the name is hardcoded to `"Subsystem Periodic()"`; maybe...

component: command-based

**Describe the bug** withPosition is being honored inside a ShuffleboardLayout of type kList. **To Reproduce** Steps to reproduce the behavior: 1. create a new project and put the following into...

component: shuffleboard

The CAN Stream API allows defining an buffer to receive an arbitrary set of CAN messages, based on an ID and a mask. Messages are added to this queue separate...

Position delta odometry is more accurate than velocity odometry. Differential drive has position delta odometry, but swerve and mecanum have velocity odometry. We didn't use position deltas originally because it...

component: wpimath

TL;DR, merge `Shuffleboard`, *`SmartDashboard`, `RobotBuilder`, **`Pathweaver` and *`Grip` into `allwpilib` I am certainly on `#teamMonorepo`, but I know the community is pretty split on the topic. It is the trend...