mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
left camera
This commit is contained in:
@@ -7,12 +7,12 @@ public final class BuildConstants {
|
||||
public static final String MAVEN_GROUP = "";
|
||||
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
||||
public static final String VERSION = "unspecified";
|
||||
public static final int GIT_REVISION = 69;
|
||||
public static final String GIT_SHA = "9bf368bf4a5ca480b13aece556686ad0270f44b0";
|
||||
public static final String GIT_DATE = "2026-02-18 17:37:49 MST";
|
||||
public static final int GIT_REVISION = 71;
|
||||
public static final String GIT_SHA = "32ede81ffaf43d4e730ff646db98627385e80ba1";
|
||||
public static final String GIT_DATE = "2026-02-20 16:24:05 MST";
|
||||
public static final String GIT_BRANCH = "operator-controls";
|
||||
public static final String BUILD_DATE = "2026-02-19 17:17:10 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1771546630658L;
|
||||
public static final String BUILD_DATE = "2026-02-20 21:42:37 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1771648957538L;
|
||||
public static final int DIRTY = 1;
|
||||
|
||||
private BuildConstants(){}
|
||||
|
||||
@@ -78,14 +78,14 @@ public final class Constants {
|
||||
public static final String RIGHT_CAMERA_NAME = "CAMERA_RIGHT";
|
||||
|
||||
public static final Transform3d LEFT_CAMERA_POS = new Transform3d(
|
||||
new Translation3d(Units.inchesToMeters(4.547), Units.inchesToMeters(8.031), Units.inchesToMeters(8.858)
|
||||
), new Rotation3d(0,0.0,0.0));
|
||||
new Translation3d(Units.inchesToMeters(-13-9.134-1.5), -Units.inchesToMeters(10.75), Units.inchesToMeters(9.5)
|
||||
), new Rotation3d(0,25.*(Math.PI/180.),Math.PI));
|
||||
public static final Transform3d RIGHT_CAMERA_POS = new Transform3d(
|
||||
new Translation3d(Units.inchesToMeters(-13), Units.inchesToMeters(10.75), Units.inchesToMeters(9.5)),
|
||||
new Rotation3d(0,50.*(Math.PI/180.),0)
|
||||
new Translation3d(Units.inchesToMeters(-13-9.134-1.5), Units.inchesToMeters(10.75), Units.inchesToMeters(9.5)),
|
||||
new Rotation3d(0,25.*(Math.PI/180.),Math.PI)
|
||||
);
|
||||
|
||||
public static final double MIN_ESTIMATION_DISTANCE = 2; // Meters
|
||||
public static final double MIN_ESTIMATION_DISTANCE = 5; // Meters
|
||||
|
||||
// Photonvision thing
|
||||
// The standard deviations of our vision estimated poses, which affect correction rate
|
||||
|
||||
Reference in New Issue
Block a user