Gold856

Results 165 comments of Gold856

Since the gyro and accelerometer interfaces have been deprecated, can this issue be closed? Or should these methods still be added to the applicable classes individually?

You need to regenerate the protobuf Java file by running `wpimath/generate_quickbuf.py`. You'll need protoc, and the [quickbuf plugin](https://github.com/HebiRobotics/QuickBuffers/releases/download/1.3.3/protoc-gen-quickbuf-1.3.3-linux-x86_64.exe). Pass the paths to protoc and the quickbuf plugin as arguments to...

Also duplicate of #4090.

Not sure what you're referencing. You definitely need to regenerate the protobuf files to get the protobuf dependencies. If you are referencing #4090, it's up to you whether or not...

I fixed the XML validation errors and updated the exclusions: ```diff diff --git a/shared/java/javastyle.gradle b/shared/java/javastyle.gradle index 41ddb47e6..5c9a140ee 100644 --- a/shared/java/javastyle.gradle +++ b/shared/java/javastyle.gradle @@ -13,7 +13,7 @@ checkstyle { apply plugin:...

> The generated files should pass all formattters and linters, since we include the generated source in the repo precisely so developers can read it. We haven't had to make...

I turned the button names into an array so I can capitalize the individual parts and join them. Not sure if that's what you wanted, but it is less fields....

> Does this address all of #5039? (except for moving to a subdirectory or subpackage, which was already shot down) Yes, all game controllers are codegenned. Joystick is not codegenned...

I have it saved on a local branch. Trying to make sure wpiformat works with "no" changes.