Package xbot.common.subsystems.vision
Interface AprilTagVisionIO
- All Known Implementing Classes:
AprilTagVisionIOPhotonVision
,AprilTagVisionIOPhotonVisionSimulated
,MockAprilTagVisionIO
public interface AprilTagVisionIO
IO interface for AprilTag vision inputs.
Based on the AdvantageKit sample implementation by team 6328.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
Represents a robot pose sample used for pose estimation.static enum
static final record
Represents the angle to a simple target, not used for pose estimation.static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
-
Method Details
-
updateInputs
-