Skip to content

Commit

Permalink
Merge pull request #27 from applepi-2067/gordon/update/photonlib3.1
Browse files Browse the repository at this point in the history
Gordon/update/photonlib3.1
  • Loading branch information
ApplePiRobot authored Mar 29, 2024
2 parents 95a9173 + 221116e commit 904b3f1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/Vision.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class Vision extends SubsystemBase {
private final PhotonPoseEstimator[] m_photonPoseEstimators = new PhotonPoseEstimator[2];

private static final String[] CAMERA_NAMES = {
"Arducam_0",
"Arducam_1"
"Arducam_OV2311_FRONT",
"Arducam_OV2311_BACK"
};

private static final Transform3d[] ROBOT_TO_CAMERA_TRANSFORMS = {
Expand Down
6 changes: 3 additions & 3 deletions vendordeps/ChoreoLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "ChoreoLib.json",
"name": "ChoreoLib",
"version": "2024.1.3",
"version": "2024.2.2",
"uuid": "287cff6e-1b60-4412-8059-f6834fb30e30",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.choreo.lib",
"artifactId": "ChoreoLib-java",
"version": "2024.1.3"
"version": "2024.2.2"
},
{
"groupId": "com.google.code.gson",
Expand All @@ -25,7 +25,7 @@
{
"groupId": "com.choreo.lib",
"artifactId": "ChoreoLib-cpp",
"version": "2024.1.3",
"version": "2024.2.2",
"libName": "ChoreoLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
6 changes: 3 additions & 3 deletions vendordeps/PathplannerLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib.json",
"name": "PathplannerLib",
"version": "2024.2.7",
"version": "2024.2.8",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2024.2.7"
"version": "2024.2.8"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2024.2.7",
"version": "2024.2.8",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
10 changes: 5 additions & 5 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2024.2.6",
"version": "v2024.3.1",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -14,7 +14,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2024.2.6",
"version": "v2024.3.1",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -29,7 +29,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2024.2.6",
"version": "v2024.3.1",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -46,12 +46,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2024.2.6"
"version": "v2024.3.1"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2024.2.6"
"version": "v2024.3.1"
}
]
}

0 comments on commit 904b3f1

Please sign in to comment.