Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Create the Vision subsystem #6

Open danielbrownmsm opened 1 year ago

danielbrownmsm commented 1 year ago

Summary Vision tracking will be pretty important this game, so we need to be doing some of it. To do our computer vision, we will probably use a Raspberry Pi with PhotonVision, so this subsystem doesn't need to do any actual vision pipelining. It only needs to handle getting values from PhotonVision and controlling the LED ring for the reflective tape. To do this, it should have the following functions:

note: each traffic cone pole has its own tape iirc, so we'll need to adjust whether we're aligning with the top or middle one depending on the button press or position of the arm

Work Required

Verification