frc868 / houndeye-2022

Vision code that detects cargo on the field for 2022 RAPID REACT.
MIT License
1 stars 1 forks source link

Error handling + Graceful shutdowns #9

Closed superpenguin612 closed 2 years ago

superpenguin612 commented 2 years ago

Add error handling (especially for network traffic) and graceful shutdown in case something goes wrong. Also make it easier to connect to a client, and allow for an easy way to start the process on the Raspberry Pi.

superpenguin612 commented 2 years ago

When this is completed, the repository should theoretically be in its final state.

superpenguin612 commented 2 years ago

Done.