updateEstimatedStdDevs3d

public void updateEstimatedStdDevs3d(Optional<EstimatedRobotPose> estimatedPose, List<PhotonTrackedTarget> targets)

Updates the estimated standard deviations based on the provided estimated pose and list of tracked targets. This method calculates the number of visible tags and their average 3D distance to the estimated pose. It then uses this information to adjust the standard deviations used for robot pose estimation.

Parameters

estimatedPose
targets