Merge branch 'main' of https://git.demerso.net/pls5618/2024/robot
This commit is contained in:
commit
3c3feef458
@ -16,7 +16,6 @@ public class Limelight extends SubsystemBase {
|
|||||||
|
|
||||||
NetworkTableEntry tx = table.getEntry("tx");
|
NetworkTableEntry tx = table.getEntry("tx");
|
||||||
NetworkTableEntry ty = table.getEntry("ty");
|
NetworkTableEntry ty = table.getEntry("ty");
|
||||||
NetworkTableEntry ta = table.getEntry("ta");
|
|
||||||
NetworkTableEntry pipeline = table.getEntry("pipeline");
|
NetworkTableEntry pipeline = table.getEntry("pipeline");
|
||||||
NetworkTableEntry tv = table.getEntry("tv");
|
NetworkTableEntry tv = table.getEntry("tv");
|
||||||
NetworkTableEntry camMode = table.getEntry("camMode");
|
NetworkTableEntry camMode = table.getEntry("camMode");
|
||||||
@ -33,9 +32,6 @@ public class Limelight extends SubsystemBase {
|
|||||||
public double gety(){
|
public double gety(){
|
||||||
return ty.getDouble(0);
|
return ty.getDouble(0);
|
||||||
}
|
}
|
||||||
/* public double geta() {
|
|
||||||
return ta.getDouble(0);
|
|
||||||
}*/
|
|
||||||
public boolean getv(){
|
public boolean getv(){
|
||||||
return tv.getBoolean(false);
|
return tv.getBoolean(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user