frc2423 / 2024

2024 build season code
MIT License
1 stars 0 forks source link

Vision real #49

Closed Wheeleral closed 6 months ago

Wheeleral commented 6 months ago

Discovered some problems, mainly with nullpointers. When it calls getLatestResult() if there is no target or if theres an problem with the camera connecting then it will throw an exception, since we tried to use that result in several places. We were then trying to figure out why photonvision wasn't displaying the info in getLatestResult in vision.js .