This commit is contained in:
Samuel
2025-12-01 18:59:05 -05:00
3 changed files with 12 additions and 12 deletions

View File

@@ -67,11 +67,11 @@ public class CommandSwerveDrivetrain extends TunerSwerveDrivetrain implements Su
),
new PPHolonomicDriveController(
// PID constants for translation
new PIDConstants(63.167, 0, 0.54521),
new PIDConstants(5, 0, 0),
// // PID constants for rotation
// new PIDConstants(7.9735, 0, 0.038499)
// PID constants for rotation
new PIDConstants(43.502,0,2.7353)
new PIDConstants(5,0,0)
),
config,
// Assume the path needs to be flipped for Red vs Blue, this is normally the case