updateEstimatedStdDevs

fun updateEstimatedStdDevs(result: PhotonPipelineResult, estimatedPose: EstimatedRobotPose?, singleTargetVector: Matrix<N3, N1> = DEFAULT_SINGLE_TARGET_STD_DEVS, multiTargetVector: Matrix<N3, N1> = DEFAULT_MULTI_TARGET_STD_DEVS)

Updates the estimated standard deviations based on the provided result.

Parameters

result

The pipeline result to use for updating standard deviations.

estimatedPose

The estimated robot pose.

singleTargetVector

The standard deviations for a single target.

multiTargetVector

The standard deviations for multiple targets.