PhotonVision / photonvision-docs

Docs for PhotonVision, a free open-source vision processing software for FRC teams.
https://docs.photonvision.org
Creative Commons Attribution 4.0 International
25 stars 57 forks source link

Add documentation for Python Library #308

Open gerth2 opened 10 months ago

gerth2 commented 10 months ago

Install: Split into C++/Java, and then Python.

Python instructions should basically be: 1) install robotpy like their docs say 2) pip install photonlibpy on your local PC 3) Follow their instructions for installing it onto the robot too

Usage: High level philosophy, "look at java"

update a few of the basic code examples to have the python syntax for doing things