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

Currently, clicking away from a text/number box will discard any changes. Pressing enter (before clicking away) is always required to "commit" a change. For some users, this behavior is confusing...

**Is your feature request related to a problem? Please describe.** We would like the ability to run over the list of registered subsystems to check for annotations and any implementations....

type: feature
good first issue
component: command-based

Early draft / work in progress. Early work is being done in separate namespace to ease review and enable gradual transition during implementation. Final version will be full replacement (breaking...

**Describe the bug** We have a sensor that detects a note and the path sometimes allows a note to clear completely within a single robot loop. This means sampling the...

type: bug
component: hal

Adds the ability to retrieve the accumulated error from both PIDController and ProfiledPIDController to allow for the user to monitor the outputs of each individual term.

**Is your feature request related to a problem? Please describe.** The current interruption behavior logic is a black and white "This command can be canceled" or "This command can't be...

component: command-based
type: fix

Adds constants to the cpp gearsbot example, and adds some missed constants to the java gearsbot example. part of #1948.

https://github.com/wpilibsuite/allwpilib/blob/25ad6eafd5eeaf57ed25db2414a20838bf098399/wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveDriveKinematics.java#L283 it looks like the logic here is calculating the change in position corresponding to the change in module drive and steer state, but it is using the end angle....

From https://github.com/Mechanical-Advantage/AdvantageKit/issues/71: > I just tested in a blank WPILib project either not calling getCANStatus() or calling it periodically every 20ms and every 2ms. The CAN utilization from the DS...

bug in dependency
attn: NI

I would like to address #6334, but realized that some discussion about how the behavior should be documented would help before changing all of them. The code diff here contains...