mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
fixed local var visibility issue
This commit is contained in:
@@ -5,8 +5,8 @@ import frc4388.robot.subsystems.Apriltags;
|
|||||||
public class Location {
|
public class Location {
|
||||||
final Apriltags Apriltag = new Apriltags();
|
final Apriltags Apriltag = new Apriltags();
|
||||||
|
|
||||||
public boolean isLimelight = false;
|
private boolean isLimelight = false;
|
||||||
public boolean isApriltag = false;
|
private boolean isApriltag = false;
|
||||||
|
|
||||||
//Determines which source to get pos and rot from and also resets
|
//Determines which source to get pos and rot from and also resets
|
||||||
public void reoderPrio(){
|
public void reoderPrio(){
|
||||||
|
|||||||
Reference in New Issue
Block a user