ta
This commit is contained in:
		@@ -16,7 +16,6 @@ public class Limelight extends SubsystemBase {
 | 
			
		||||
 | 
			
		||||
  NetworkTableEntry tx = table.getEntry("tx");
 | 
			
		||||
  NetworkTableEntry ty = table.getEntry("ty");
 | 
			
		||||
  NetworkTableEntry ta = table.getEntry("ta");
 | 
			
		||||
  NetworkTableEntry pipeline = table.getEntry("pipeline");
 | 
			
		||||
  NetworkTableEntry tv = table.getEntry("tv");
 | 
			
		||||
  NetworkTableEntry camMode = table.getEntry("camMode");
 | 
			
		||||
@@ -33,9 +32,6 @@ public class Limelight extends SubsystemBase {
 | 
			
		||||
  public double gety(){
 | 
			
		||||
    return ty.getDouble(0);
 | 
			
		||||
  }
 | 
			
		||||
 /* public double geta() {
 | 
			
		||||
    return ta.getDouble(0);
 | 
			
		||||
  }*/
 | 
			
		||||
  public boolean getv(){
 | 
			
		||||
    return tv.getBoolean(false);
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user