Skip to content

Commit

Permalink
Fix “slow” drive
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored Jan 15, 2025
1 parent b76f927 commit 3a9dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swervelib/SwerveDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public SwerveDrive(

HAL.report(kResourceType_RobotDrive, kRobotDriveSwerve_YAGSL);
// Defaulting to something reasonable for most robots
setMaximumAttainableSpeeds(12, 2 * Math.PI);
setMaximumAttainableSpeeds(maxSpeedMPS, 2 * Math.PI);
}

/**
Expand Down

0 comments on commit 3a9dfac

Please sign in to comment.