get Estimated Pose
public final static EstimatedRobotPose getEstimatedPose(Pair<PhotonModule, PhotonPipelineResult> $self, Pose2d prevEstimatedRobotPose)
Extension function for a Pair of PhotonModule and PhotonPipelineResult to get estimated poses.
This function sets the reference pose for the pose estimator of the PhotonModule and updates it with the PhotonPipelineResult. If an estimated robot pose is present, it adds it to the list of poses.
Receiver
Pair
Return
List
Parameters
prev Estimated Robot Pose
Pose2d? The previous estimated robot pose to set as reference.