This commit is contained in:
Antoine PerreaultE 2024-02-12 18:21:02 -05:00
parent b2fefba67b
commit 68f95fb8fd

View File

@ -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);
}