Package com.marslib.vision
Class AprilTagVisionIOPhoton
java.lang.Object
com.marslib.vision.AprilTagVisionIOPhoton
- All Implemented Interfaces:
AprilTagVisionIO
PhotonVision hardware IO implementation for AprilTag tracking.
Automatically streams estimated poses and timestamp information into the AdvantageKit log so you can precisely back-calculate vision odometry updates.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.marslib.vision.AprilTagVisionIO
AprilTagVisionIO.AprilTagVisionIOInputs -
Constructor Summary
ConstructorsConstructorDescriptionAprilTagVisionIOPhoton(String cameraName, org.photonvision.PhotonPoseEstimator poseEstimator) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.marslib.vision.AprilTagVisionIO
setRobotOrientation
-
Constructor Details
-
AprilTagVisionIOPhoton
public AprilTagVisionIOPhoton(String cameraName, org.photonvision.PhotonPoseEstimator poseEstimator)
-
-
Method Details
-
updateInputs
- Specified by:
updateInputsin interfaceAprilTagVisionIO
-