Adding module zeroing constants and a few other minor changes from 2/3 build session
This commit is contained in:
@@ -134,6 +134,7 @@ public class SwerveModule {
|
||||
}
|
||||
|
||||
public void periodic() {
|
||||
|
||||
if(!isAbsoluteEncoderDisabled) {
|
||||
Logger.recordOutput(moduleName + "/AbsoluteEncoder/Position", turningAbsoluteEncoder.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user