We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e06bc commit 86f747eCopy full SHA for 86f747e
src/main/java/org/team1540/robot2024/Constants.java
@@ -270,10 +270,9 @@ public static class Tramp {
270
}
271
272
public static class Targeting {
273
- // TODO: tune these
274
- public static final double ROT_KP = 0.4;
+ public static final double ROT_KP = 0.3;
275
public static final double ROT_KI = 0.0;
276
- public static final double ROT_KD = 0.0;
+ public static final double ROT_KD = 0.002;
277
278
279
public static final double SPEAKER_CENTER_HEIGHT = Units.inchesToMeters(80.4375);
0 commit comments