Package frc.robot

Class LimelightHelpers.RawTarget

java.lang.Object
frc.robot.LimelightHelpers.RawTarget
Enclosing class:
LimelightHelpers

public static class LimelightHelpers.RawTarget extends Object
Represents a Limelight Raw Target/Contour result from Limelight's NetworkTables output.
  • Field Details

    • txnc

      public double txnc
    • tync

      public double tync
    • ta

      public double ta
  • Constructor Details

    • RawTarget

      public RawTarget(double txnc, double tync, double ta)
  • Method Details