mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
Lots of bs (im geekin)
This commit is contained in:
@@ -161,12 +161,13 @@ public final class Constants {
|
||||
}
|
||||
|
||||
public static final class IntakeConstants {
|
||||
public static final int INTAKE_MOTOR_ID = 18; //TODO:
|
||||
public static final int PIVOT_MOTOR_ID = 17; //TODO:
|
||||
public static final double INTAKE_SPEED = 0.75; //TODO:
|
||||
public static final double INTAKE_OUT_SPEED = 0.1;
|
||||
public static final double HANDOFF_SPEED = 0.4; //TODO:
|
||||
public static final double PIVOT_SPEED = 0.2; //TODO:
|
||||
public static final int INTAKE_MOTOR_ID = 18;
|
||||
public static final int PIVOT_MOTOR_ID = 17;
|
||||
public static final double INTAKE_SPEED = 0.75;
|
||||
public static final double INTAKE_OUT_SPEED_UNPRESSED = 0.7;
|
||||
public static final double INTAKE_OUT_SPEED_PRESSED = 0.5;
|
||||
public static final double HANDOFF_SPEED = 0.4;
|
||||
public static final double PIVOT_SPEED = 0.2;
|
||||
|
||||
public static final class ArmPID {
|
||||
public static final Gains INTAKE_GAINS = new Gains(0.05, 0, 0, 0, 0, 1.0);
|
||||
|
||||
Reference in New Issue
Block a user