mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Add an error when the connection for the end calibration request fails (#1840)
This commit is contained in:
@@ -210,7 +210,7 @@ public class Calibrate3dPipeline
|
||||
broadcastState();
|
||||
}
|
||||
|
||||
private void broadcastState() {
|
||||
public void broadcastState() {
|
||||
var state =
|
||||
SerializationUtils.objectToHashMap(
|
||||
new UICalibrationData(
|
||||
|
||||
@@ -395,6 +395,7 @@ public class VisionModule {
|
||||
settings.cameraAutoExposure = true;
|
||||
|
||||
setPipeline(PipelineManager.CAL_3D_INDEX);
|
||||
pipelineManager.calibration3dPipeline.broadcastState();
|
||||
}
|
||||
|
||||
public void saveInputSnapshot() {
|
||||
|
||||
Reference in New Issue
Block a user