mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added calib calc
added bool to check if calib is done
This commit is contained in:
@@ -20,4 +20,5 @@ public class Pipeline {
|
||||
public String target_intersection = "Up";
|
||||
public double M = 1;
|
||||
public double B = 0;
|
||||
public boolean is_calibrated = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user