Skip to content

Commit

Permalink
changed kP on note heading controller
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Apr 7, 2024
1 parent 7a99e3e commit 56d73f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static class PID {
public static final double ELEVATOR_KP = 5.2;
public static final double ELEVATOR_KD = 0.2;

public static final double NOTE_HEADING_KP = 0.7;
public static final double NOTE_HEADING_KP = 0.07;
public static final double NOTE_HEADING_KD = 0.0005;

public static final double SWERVE_HEADING_KP = 0.15;
Expand Down

0 comments on commit 56d73f4

Please sign in to comment.