getDecentResultPairs

public final static List<Pair<PhotonModule, PhotonPipelineResult>> getDecentResultPairs(List<PhotonModule> $self)

Extension function for a list of PhotonModule objects to get the best PhotonPipelineResult.

This function iterates through each PhotonModule in the list, retrieves the latest result, and checks if it has targets. If it does, it compares the pose ambiguity of the target with the current best ambiguity. If the current target's ambiguity is lower, it updates the best result.

Receiver

List The list of PhotonModule objects to search through.

Return

List> The list of PhotonModule and PhotonPipelineResult pairs ordered by pose ambiguity.