extender and intake changes

This commit is contained in:
aarav18
2022-03-14 20:10:12 -06:00
parent ed10b1e83f
commit 8a902e635f
11 changed files with 77 additions and 75 deletions
@@ -145,6 +145,7 @@ public final class Constants {
false, 10, 0, 0); //Find
public static final StatorCurrentLimitConfiguration STATOR_CURRENT_LIMIT_CONFIG_INTAKE = new StatorCurrentLimitConfiguration(
false, 15, 0, 0);
public static final double INTAKE_SPEED_MULTIPLIER = 0.4;
}
public static final class ExtenderConstants {