You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
The current implementation of networking leaves much to be desired. Need to be able to transfer simple primitive data types for metadata transfer (e.g. power usage of ROV, camera statuses) as well as more complicated data transfers such as generated images (from camera or drawing software) most likely to be numpy arrays. The current implementation of both systems uses an outdated threading model that should be overhauled to use a thread pool or just be single-threaded.
The text was updated successfully, but these errors were encountered:
The current implementation of networking leaves much to be desired. Need to be able to transfer simple primitive data types for metadata transfer (e.g. power usage of ROV, camera statuses) as well as more complicated data transfers such as generated images (from camera or drawing software) most likely to be numpy arrays. The current implementation of both systems uses an outdated threading model that should be overhauled to use a thread pool or just be single-threaded.
The text was updated successfully, but these errors were encountered: