Class ObjectDetectionIOInputsAutoLogged
java.lang.Object
frc.alotobots.library.subsystems.vision.photonvision.objectdetection.io.ObjectDetectionIO.ObjectDetectionIOInputs
frc.alotobots.library.subsystems.vision.photonvision.objectdetection.io.ObjectDetectionIOInputsAutoLogged
- All Implemented Interfaces:
Cloneable
,org.littletonrobotics.junction.inputs.LoggableInputs
public class ObjectDetectionIOInputsAutoLogged
extends ObjectDetectionIO.ObjectDetectionIOInputs
implements org.littletonrobotics.junction.inputs.LoggableInputs, Cloneable
-
Field Summary
Fields inherited from class frc.alotobots.library.subsystems.vision.photonvision.objectdetection.io.ObjectDetectionIO.ObjectDetectionIOInputs
connected, detectedObjects
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ObjectDetectionIOInputsAutoLogged
public ObjectDetectionIOInputsAutoLogged()
-
-
Method Details
-
toLog
public void toLog(org.littletonrobotics.junction.LogTable table) - Specified by:
toLog
in interfaceorg.littletonrobotics.junction.inputs.LoggableInputs
-
fromLog
public void fromLog(org.littletonrobotics.junction.LogTable table) - Specified by:
fromLog
in interfaceorg.littletonrobotics.junction.inputs.LoggableInputs
-
clone
-