get Decent Result Pairs
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
Return
List