mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
last sataurday's changes
This commit is contained in:
@@ -155,7 +155,7 @@ public final class Constants {
|
||||
public static final class ShooterConstants {
|
||||
public static final int LEFT_SHOOTER_ID = 15; // final
|
||||
public static final int RIGHT_SHOOTER_ID = 16; // final
|
||||
public static final double SHOOTER_SPEED = 1.0; // final
|
||||
public static final double SHOOTER_SPEED = 0.35; // final
|
||||
public static final double SHOOTER_IDLE = 0.4; // final
|
||||
|
||||
}
|
||||
@@ -164,7 +164,7 @@ public final class Constants {
|
||||
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_UNPRESSED = 1.0;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user