Making Galactic path work

This commit is contained in:
ryan123rudder
2021-03-19 13:43:45 -06:00
parent d9fc99ba4a
commit 2de45da486
3 changed files with 31 additions and 11 deletions
@@ -59,6 +59,7 @@ public class TrackTarget extends CommandBase {
// Vision Processing Mode
NetworkTableInstance.getDefault().getTable("limelight").getEntry("camMode").setNumber(0);
NetworkTableInstance.getDefault().getTable("limelight").getEntry("ledMode").setNumber(3);
NetworkTableInstance.getDefault().getTable("limelight").getEntry("pipeline").setNumber(0);
}
// Called every time the scheduler runs while the command is scheduled.