Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
changed the p in pid
Browse files Browse the repository at this point in the history
  • Loading branch information
Liammurray19 committed Dec 22, 2023
1 parent edcbad3 commit 30d229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/maps/Valkyrie.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public SwerveDriveMap getDriveMap() {

// Configuration for MK4 with L2 speeds
Configuration MK4_V2 = new Configuration(SDSSwerveModule.MK4_V2.gearRatio,
SDSSwerveModule.MK4_V2.wheelDiameter, new PIDValues(0.011, 0.00, 0.0002));
SDSSwerveModule.MK4_V2.wheelDiameter, new PIDValues(0.004, 0.00, 0.0002));

// All Distances are in Meters
// Front Left Module
Expand Down

0 comments on commit 30d229f

Please sign in to comment.