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

Commit

Permalink
pid tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
24cirinom committed Apr 2, 2024
1 parent 4db5f73 commit 29d6daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/drive/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public Drive(
() -> kinematics.toChassisSpeeds(getModuleStates()),
this::runVelocity,
new HolonomicPathFollowerConfig(
new PIDConstants(8.0, 0.0, 0.0),
new PIDConstants(6.0, 0.0, 0.3),
new PIDConstants(10.0, 0.0, 0.0),
CurrentMaxLinearSpeed,
DRIVE_BASE_RADIUS,
Expand Down

0 comments on commit 29d6daa

Please sign in to comment.