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
FieldsModifier and TypeFieldDescriptionprotected final org.photonvision.PhotonCameraprotected final Transform3d -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdates 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:ObjectDetectionIOUpdates the set of loggable inputs.- Specified by:
updateInputsin interfaceObjectDetectionIO
-