stash
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package org.firstinspires.ftc.teamcode.constants;
|
||||
|
||||
|
||||
import com.acmerobotics.dashboard.config.Config;
|
||||
|
||||
@Config
|
||||
@@ -21,24 +20,22 @@ public class ServoPositions {
|
||||
|
||||
public static double transferServo_in = 0.38;
|
||||
|
||||
|
||||
|
||||
public static double turret_range = 0.9;
|
||||
|
||||
public static double hoodDefault = 0.6;
|
||||
|
||||
public static double hoodStart = 0.6;
|
||||
public static double hoodAuto = 0.55;
|
||||
|
||||
public static double hoodHigh = 0.21;
|
||||
|
||||
public static double hoodLow = 1.0;
|
||||
|
||||
public static double turret_red = 0.4;
|
||||
public static double turret_blue = 0.4;
|
||||
public static double turret_red = 0.42;
|
||||
public static double turret_blue = 0.38;
|
||||
|
||||
public static double turret_detectRed = 0.2;
|
||||
|
||||
public static double turret_detectBlue = 0.6;
|
||||
|
||||
public static double turrDefault = 0.40;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user