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

**Is your feature request related to a problem? Please describe.** `HolonomicDriveController` does not set the profiled PID controller for controlling your robot's heading (theta) to use continuous input (ie. 360°...

breaking

I'm currently seeing these errors when running simulated code on a local build of HEAD: ``` led-test\build\jni\release\cscorejni.dll: Can't find dependent libraries A common cause of this error is missing the...

**Is your feature request related to a problem? Please describe.** LiveWindow always starts in test mode. This may interfere with code that the user wants to run in test mode....

type: feature
component: wpilibj
component: wpilibc

InstantCommand, StartEndCommand, and RunCommand are all practically FunctionalCommand with differently defaulted arguments. This makes that explicit, reducing code duplication.. Tests should prove no behavior changed.

Also add compile-time option for verbose debugging.

https://www.chiefdelphi.com/t/properly-managing-errors-in-wpilib/415636

component: wpilibj
component: wpilibc

This PR adds an API for getting an Apriltag Pose3d by passing in its tag id. Also adds Apriltag layout JSON format. Marking as draft for time being because neither...

It's unclear whether the function takes the PathWeaver project JSON or an export JSON.

component: wpimath

WIP Still need to add tests, but the user code should be fine. Closes #4378

component: wpimath