Adding module zeroing constants and a few other minor changes from 2/3 build session

This commit is contained in:
2026-02-03 18:32:32 -05:00
parent e4a58f00df
commit ffc1c0cd8b
4 changed files with 36 additions and 12 deletions

View File

@@ -134,6 +134,7 @@ public class SwerveModule {
}
public void periodic() {
if(!isAbsoluteEncoderDisabled) {
Logger.recordOutput(moduleName + "/AbsoluteEncoder/Position", turningAbsoluteEncoder.get());
}