Skip to content

Commit

Permalink
Calibrated swerve
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Nov 10, 2024
1 parent c0bb78e commit 7b72703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SharpShooter/src/main/java/com/team2813/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ public ChassisSpeeds getChassisSpeeds() {
}
public Drive() {

double FLSteerOffset = 0.4908046875;
double FRSteerOffset = 0.28930664062;
double BLSteerOffset = -0.03442382812;
double BRSteerOffset = -0.10009765625;
double FLSteerOffset = 0.49267578125;
double FRSteerOffset = 0.291015625;
double BLSteerOffset = -0.03125;
double BRSteerOffset = -0.101806640625;

Slot0Configs steerGains =
new Slot0Configs().withKP(50).withKI(0).withKD(0.2).withKS(0).withKV(1.5).withKA(0);
Expand Down

0 comments on commit 7b72703

Please sign in to comment.