Skip to content

Commit

Permalink
Merge branch '8/port-drive-subsystem-to-command-robot' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/Simbotics/Simbot-Base into 8/port-drive-subsystem-to-command-robot
  • Loading branch information
IanTapply22 committed Jan 4, 2024
2 parents 1180d92 + 7449fb8 commit ec95627
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 ec95627

Please sign in to comment.