Skip to content

Commit

Permalink
transfer thetapid from crauton
Browse files Browse the repository at this point in the history
  • Loading branch information
CrolineCrois committed Feb 6, 2024
1 parent 00f5e1d commit 680525b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public SwerveSubsystem() {

kinematics = new SwerveDriveKinematics(FL_POS, FR_POS, BL_POS, BR_POS);

thetaController = new PIDController(0, 0, 0);
thetaController = new PIDController(3, 0, 0);
thetaController.enableContinuousInput(Math.PI, -Math.PI);

inst.startServer();
Expand Down

0 comments on commit 680525b

Please sign in to comment.