Skip to content

Commit

Permalink
fix: make limelight name shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Sep 16, 2024
1 parent eb4eb21 commit 9648739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/team1540/robot2024/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static class AprilTag {
}

public static class Gamepiece {
public static final String CAMERA_NAME = "limelight-notevision";
public static final String CAMERA_NAME = "limelight-note";
public static final int PIPELINE_INDEX = 0;
public static final Pose3d CAMERA_POSE = new Pose3d(0, 0, 0, new Rotation3d(0, 0, 0)); //TODO FIND THIS POSE
}
Expand Down

0 comments on commit 9648739

Please sign in to comment.