Skip to content

Commit

Permalink
limelight camera names
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepps233 committed Feb 4, 2025
1 parent 3169319 commit 3d9e558
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class VisionConstants {
AprilTagFieldLayout.loadField(AprilTagFields.kDefaultField);

// Camera names, must match names configured on coprocessor
public static String camera0Name = "camera_0";
public static String camera1Name = "camera_1";
public static String camera0Name = "limelight-three";
public static String camera1Name = "limelight-two";

// Robot to camera transforms
// (Not used by Limelight, configure in web UI instead)
Expand Down

0 comments on commit 3d9e558

Please sign in to comment.