Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 4, 2024
1 parent 2d27867 commit 7449fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/subsystems/drive/DriveConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ public class SwerveModulePosition {
.withSteerMotorGains(steerGains)
.withDriveMotorGains(driveGains)
.withSpeedAt12VoltsMps(
kSpeedAt12VoltsMps) // Theoretical free speed is 10 meters per second at 12v applied output
kSpeedAt12VoltsMps) // Theoretical free speed is 10 meters per second at 12v applied
// output
.withSteerInertia(Intertia.kSteerInertia)
.withDriveInertia(Intertia.kDriveInertia)
.withFeedbackSource(SteerFeedbackType.FusedCANcoder)
Expand Down

0 comments on commit 7449fb8

Please sign in to comment.