Package frclib.vision

Class FrcRemoteVisionProcessor.TargetData<D>

java.lang.Object
frclib.vision.FrcRemoteVisionProcessor.TargetData<D>
Enclosing class:
FrcRemoteVisionProcessor

public static class FrcRemoteVisionProcessor.TargetData<D> extends Object
This class encapsulate the info representing the detected target pose with a timestamp.
  • Field Details

    • timestamp

      public double timestamp
    • data

      public D data
  • Constructor Details

    • TargetData

      public TargetData()
  • Method Details

    • toString

      public String toString()
      This method returns the relative pose info in string format.
      Overrides:
      toString in class Object