Class LimelightHelpers.RawDetection

java.lang.Object
com.stuypulse.robot.util.vision.LimelightHelpers.RawDetection
Enclosing class:
LimelightHelpers

public static class LimelightHelpers.RawDetection extends Object
Represents a Limelight Raw Neural Detector result from Limelight's NetworkTables output.
  • Field Details

  • Constructor Details

    • RawDetection

      public RawDetection(int classId, double txnc, double tync, double ta, double corner0_X, double corner0_Y, double corner1_X, double corner1_Y, double corner2_X, double corner2_Y, double corner3_X, double corner3_Y)