uci-uav-forge / uavf_2024

Flight software for Student Unmanned Aerial Systems 2024 competition
MIT License
4 stars 0 forks source link

Make imaging pipeline actually a pipeline #160

Open EricPedley opened 8 months ago

EricPedley commented 8 months ago

Rn we just process one image at a time sequentially, but I was thinking it might benefit us to make our architecture asynchronous. Here's my initial idea: