dashboard + limitswitchs tourel
This commit is contained in:
@ -21,8 +21,10 @@ public class Limelight3G extends SubsystemBase {
|
||||
NetworkTableEntry tv = table.getEntry("tv");
|
||||
NetworkTableEntry camMode = table.getEntry("camMode");
|
||||
NetworkTableEntry tid = table.getEntry("tid");
|
||||
|
||||
/** Creates a new Limelight. */
|
||||
public Limelight3G() {
|
||||
dashboard.addDouble("tv", this::getv).withSize(0, 0).withPosition(1,3);
|
||||
for (int port = 5800; port <= 5807; port++) {
|
||||
PortForwarder.add(port, "limelight.local", port);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user