Skip to content

Commit d59e8c8

Browse files
Update constants
1 parent 99382d4 commit d59e8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/carlmontrobotics/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ public static final class Drivetrainc {
244244
public static final double[] turnkP = { 51.078, 60.885, 60.946, 60.986 }; // {0.00374, 0.00374, 0.00374,
245245
// 0.00374};
246246
public static final double[] turnkI = { 0, 0, 0, 0 };
247-
public static final double[] turnkD = { 0/* dont edit */, 0.5, 0.42, 1 }; // todo: use d
247+
public static final double[] turnkD = { 0/* dont edit */, 0.5, 0.42, .5 }; // todo: use d
248248
// public static final double[] turnkS = {0.2, 0.2, 0.2, 0.2};
249-
public static final double[] turnkS = { 0.13027, 0.17026, 0.2, 0.23262 };
249+
public static final double[] turnkS = { 0.13027, 0.17026, 0.2, /* 0.23262 */0.4679 };
250250

251251
// V = kS + kV * v + kA * a
252252
// 12 = 0.2 + 0.00463 * v

0 commit comments

Comments
 (0)