Interface AprilTagVisionIO
- All Known Implementing Classes:
AprilTagVisionIOPhotonVision,AprilTagVisionIOPhotonVisionSim
public interface AprilTagVisionIO
Defines the contract for vision sensor inputs that AdvantageKit will log.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classContainer of all vision telemetry fields that AdvantageKit will persist.static final recordRepresents a robot pose sample used for pose estimation.static final recordRepresents the yaw and pitch angles to a detected target. -
Method Summary
Modifier and TypeMethodDescriptionvoidRefreshes the inputs structure with the latest state from the vision subsystem.
-
Method Details
-
updateInputs
Refreshes the inputs structure with the latest state from the vision subsystem.- Parameters:
inputs- mutable inputs container to populate for logging
-