Skip to content

Commit

Permalink
Update swerve speed at 12 V
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre committed Jan 3, 2024
1 parent dbcb25b commit 04b9587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class TunerConstants {

// Theoretical free speed (m/s) at 12v applied output;
// This needs to be tuned to your individual robot
public static final double kSpeedAt12VoltsMps = 6.0;
public static final double kSpeedAt12VoltsMps = 5.0;

// Every 1 rotation of the azimuth results in kCoupleRatio drive motor turns;
// This may need to be tuned to your individual robot
Expand Down

0 comments on commit 04b9587

Please sign in to comment.