mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Temp fix for port setting, add flush to NetworkTables, add --manage-network argument
This commit is contained in:
@@ -115,6 +115,7 @@ public class VisionProcess implements Runnable {
|
||||
ntYawEntry.setNumber(pipelineResult.Yaw);
|
||||
ntPitchEntry.setNumber(pipelineResult.Pitch);
|
||||
ntDistanceEntry.setNumber(pipelineResult.Area);
|
||||
NetworkTableInstance.getDefault().flush();
|
||||
}
|
||||
ntTimeStampEntry.setNumber(TimeStamp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user