mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
created arm PID, changed IDs, fixed swerve (im tweakin) (pushkar has a mental disability)
This commit is contained in:
@@ -159,8 +159,8 @@ public final class Constants {
|
||||
}
|
||||
|
||||
public static final class IntakeConstants {
|
||||
public static final int INTAKE_MOTOR_ID = 17; //TODO:
|
||||
public static final int PIVOT_MOTOR_ID = 18; //TODO:
|
||||
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.2; //TODO:
|
||||
public static final double HANDOFF_SPEED = 0.2; //TODO:
|
||||
public static final double PIVOT_SPEED = 0.2; //TODO:
|
||||
|
||||
Reference in New Issue
Block a user