PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
264 stars 180 forks source link

Add SimVisionSystem and SimVisionTarget to photonlibpy library. #1218

Open ThomasMcDonald904 opened 7 months ago

ThomasMcDonald904 commented 7 months ago

Is your feature request related to a problem? Please describe. The PhotonVision sim classes are only available in C++ or java, not python, our language of choice.

Describe the solution you'd like We would like there to be SimVisionSystem and SimVisionTarget in the photonlibpy library.

Describe alternatives you've considered We have tried "translating" ourselves but there is too many dependencies and, honestly, there are alot of things that we just don't understand how to do, so converting is quite challenging.

Additional context