Skip to content

Commit 86f747e

Browse files
committed
Update at 'Fri Sep 27 19:39:41 PDT 2024'
1 parent 31e06bc commit 86f747e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/team1540/robot2024/Constants.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,9 @@ public static class Tramp {
270270
}
271271

272272
public static class Targeting {
273-
// TODO: tune these
274-
public static final double ROT_KP = 0.4;
273+
public static final double ROT_KP = 0.3;
275274
public static final double ROT_KI = 0.0;
276-
public static final double ROT_KD = 0.0;
275+
public static final double ROT_KD = 0.002;
277276

278277

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

0 commit comments

Comments
 (0)