Class AprilTagVisionIO.AprilTagVisionIOInputs
java.lang.Object
frc.robot.subsystems.apriltagvision.io.AprilTagVisionIO.AprilTagVisionIOInputs
- Enclosing interface:
- AprilTagVisionIO
Container of all vision telemetry fields that AdvantageKit will persist.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue when the camera is connected and reporting frames.Latest target yaw/pitch observation from the camera.Pose estimates derived from current AprilTag observations.int[]IDs of tags observed in the most recent update. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connected
public boolean connectedTrue when the camera is connected and reporting frames. -
latestTargetObservation
Latest target yaw/pitch observation from the camera. -
poseObservations
Pose estimates derived from current AprilTag observations. -
tagIds
public int[] tagIdsIDs of tags observed in the most recent update.
-
-
Constructor Details
-
AprilTagVisionIOInputs
public AprilTagVisionIOInputs()
-