Photon Module
The CameraModule class represents a single Photonvision camera setup with its associated pose estimator and position information. This class encapsulates all the functionality needed for a single camera to track AprilTags and estimate robot pose.
Functions
Link copied to clipboard
Gets all unread pipeline results from the camera.
Link copied to clipboard
Gets the name of the camera associated with this module.
Link copied to clipboard
Gets the camera's position relative to the robot.
Link copied to clipboard
Gets the current standard deviations used for robot pose estimation.
Link copied to clipboard
Gets the current standard deviations used for 3D robot pose estimation.
Link copied to clipboard
Gets the pose estimator associated with this camera.
Link copied to clipboard
public void updateEstimatedStdDevs(Optional<EstimatedRobotPose> estimatedPose, List<PhotonTrackedTarget> targets)
Updates the estimated standard deviations based on the provided estimated pose and list of tracked targets.
Link copied to clipboard
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.