Class ObjectDetectionIOPhotonVision
java.lang.Object
frc.alotobots.library.subsystems.vision.photonvision.objectdetection.io.ObjectDetectionIOPhotonVision
- All Implemented Interfaces:
ObjectDetectionIO
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.alotobots.library.subsystems.vision.photonvision.objectdetection.io.ObjectDetectionIO
ObjectDetectionIO.DetectedObjectFieldRelative, ObjectDetectionIO.DetectedObjectRobotRelative, ObjectDetectionIO.ObjectDetectionIOInputs
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.photonvision.PhotonCamera
protected final Transform3d
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Updates the set of loggable inputs.
-
Field Details
-
camera
protected final org.photonvision.PhotonCamera camera -
robotToCamera
-
-
Constructor Details
-
ObjectDetectionIOPhotonVision
-
-
Method Details
-
updateInputs
Description copied from interface:ObjectDetectionIO
Updates the set of loggable inputs.- Specified by:
updateInputs
in interfaceObjectDetectionIO
-