Skip to content

Commit

Permalink
Update at 'Fri Sep 27 19:39:41 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Sep 28, 2024
1 parent 31e06bc commit 86f747e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/org/team1540/robot2024/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,9 @@ public static class Tramp {
}

public static class Targeting {
// TODO: tune these
public static final double ROT_KP = 0.4;
public static final double ROT_KP = 0.3;
public static final double ROT_KI = 0.0;
public static final double ROT_KD = 0.0;
public static final double ROT_KD = 0.002;


public static final double SPEAKER_CENTER_HEIGHT = Units.inchesToMeters(80.4375);
Expand Down

0 comments on commit 86f747e

Please sign in to comment.