Test Mode #37
Annotations
2 warnings
Qodana Scan:
src/main/java/frc/robot/subsystems/DriveSubsystem.java#L273
`m_gyro.getRate() * (DriveConstants.kGyroReversed ? -1.0 : 1.0)` can be replaced with 'm_gyro.getRate()'
|
Qodana Scan:
src/main/java/frc/robot/subsystems/MAXSwerveModule.java#L34
Variable `m_chassisAngularOffset` initializer `0` is redundant
|
The logs for this run have expired and are no longer available.
Loading