Package frc.robot
Class LimelightHelpers.LimelightTarget_Barcode
java.lang.Object
frc.robot.LimelightHelpers.LimelightTarget_Barcode
- Enclosing class:
- LimelightHelpers
Represents a Barcode Target Result extracted from JSON Output
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
family
Barcode family type (e.g. "QR", "DataMatrix", etc.) -
data
Gets the decoded data content of the barcode -
tx_pixels
public double tx_pixels -
ty_pixels
public double ty_pixels -
tx
public double tx -
ty
public double ty -
tx_nocrosshair
public double tx_nocrosshair -
ty_nocrosshair
public double ty_nocrosshair -
ta
public double ta -
corners
public double[][] corners
-
-
Constructor Details
-
LimelightTarget_Barcode
public LimelightTarget_Barcode()
-
-
Method Details
-
getFamily
-