Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Sep 14, 2024
1 parent 9d3aa5e commit bf480d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class VisionSubsystem extends SubsystemBase {
* The pose estimates from the limelights in the following order {shooterLimelight,
* frontLeftLimelight, frontRightLimelight}
*/
private PoseEstimate[] limelightEstimates;
private final PoseEstimate[] limelightEstimates;

public VisionSubsystem() {
limelightEstimates = new PoseEstimate[3];
Expand Down

0 comments on commit bf480d2

Please sign in to comment.