We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943e125 commit d3ea1f4Copy full SHA for d3ea1f4
1 file changed
src/main/java/org/carlmontrobotics/lib199/swerve/SwerveModule.java
@@ -316,4 +316,4 @@ public void initSendable(SendableBuilder builder) {
316
builder.addDoubleProperty("Desired Speed (mps)", drivePIDController::getSetpoint, null);
317
builder.addDoubleProperty("Angle Diff (deg)", () -> angleDiff, null);
318
}
319
-}
+}
0 commit comments