Skip to content

Commit

Permalink
fixed camera ips + added camera streams
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmanxyz committed Jul 22, 2024
1 parent 1bc2430 commit 6c20680
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/main/java/com/stuypulse/robot/constants/Cameras.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ public interface Limelight {
int[] PORTS = {5800, 5801, 5802, 5803, 5804, 5805};
}

//192.168.1.83:5802
//192.168.1.71:5802

public CameraConfig[] APRILTAG_CAMERAS = new CameraConfig[] {
// TO DO: find positions
new CameraConfig(
Expand All @@ -33,18 +30,19 @@ public interface Limelight {
new Translation3d(-11.25, -3.333797, 23.929362),
new Rotation3d(0, 15, 0)
),
"83",
"29",
3000
),
), //10.6.94.29:5802

new CameraConfig(
"samera1", //electronic plate camera
new Pose3d(
new Translation3d(0, 4.863591, 19.216471),
new Rotation3d(0, 80, 0)
),
"101",
"96",
3001
)
) //10.6.94.96:5802
};

/*** LINEAR REGRESSION ***/
Expand Down

0 comments on commit 6c20680

Please sign in to comment.