Added / Updated constants to be used by subsystems
This commit is contained in:
@ -9,6 +9,10 @@ public class RobotConstants {
|
||||
|
||||
public static double armEngage = 0.5;
|
||||
public static double armPark = 0.125;
|
||||
public static double armBucket = 0.175;
|
||||
|
||||
public static double wristFloor = 0.625;
|
||||
public static double wristBucket = 0.25;
|
||||
|
||||
public static double intakeSpinInPwr = 1;
|
||||
public static double intakeSpinOutPwr = -0.25;
|
||||
|
Reference in New Issue
Block a user