mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
lime stuff
This commit is contained in:
@@ -142,4 +142,19 @@ public final class Constants {
|
||||
public static final double RIGHT_AXIS_DEADBAND = 0.6;
|
||||
public static final boolean SKEW_STICKS = true; // ! this might have to actually be false, merge conflicts are confusing
|
||||
}
|
||||
|
||||
public static final class VisionConstants {
|
||||
public static final String NAME = "Aarav is poopy";
|
||||
|
||||
public static final int LIME_FOV = -1;
|
||||
|
||||
public static final double LIME_HEIGHT = -1.0;
|
||||
public static final double LIME_ANGLE = -1.0;
|
||||
|
||||
public static final double HIGH_TARGET_HEIGHT = -1.0;
|
||||
public static final double HIGHT_TAPE_HEIGHT = -1.0;
|
||||
|
||||
public static final double MID_TARGET_HEIGHT = -1.0;
|
||||
public static final double MID_TAPE_HEIGHT = -1.0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user