allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Official Repository of WPILibJ and WPILibC

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

The rotation classes are extrinsic, for context.

type: docs
component: wpimath

This is a common footgun for teams. Caching is a low-risk way to prevent this problem. Points to discuss: - Do we need to do this for C++? - Should...

In the documentation of the use of the many command decorators it is not as descriptive as we need for what is the command that is being decorated. I think...

type: docs
component: command-based

LinearSystemId.IdentifyPositionSystem() returns a LinearSystem, which is incompatible with the physics simulation classes. Instead, it should return a LinearSystem, and LinearSystem should have a function for slicing the states, inputs, and...

component: wpimath
type: fix

**Is your feature request related to a problem? Please describe.** I have noticed that as AprilTags and pose estimation take over there isn't a built in way to know if...

type: feature
component: wpimath

**Is your feature request related to a problem? Please describe.** I would like to make a custom field for testing robots on (possibly FLL sized with the 2" FTC tags)....

type: fix
component: apriltag

The encoder should have a resolution of 360°/2¹⁴ = 0.02°, but it's more like 1.4° in practice. Here's the FRC Discord traffic about it: https://discord.com/channels/176186766946992128/368993897495527424/1100097745198522408 Here's a snippet from Thad:...

type: bug
component: wpilibj
component: wpilibc
attn: NI

in Command.end(), theres a comment that advises against using this method to schedule another command, suggesting andThen(), which I think would only work for a static sequence. I had in...

This would make it easy to script things on coprocessors that don't need a persistent connection, e.g. just reading a configuration value.

type: feature
component: ntcore