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 May 9, 2019. It is now read-only.
It might be useful to implement a wrapper message type to compress and decompress floats and doubles in arbitrary message types. For example, a type consisting of four floats and an int8 might be compressed to five int8s or even four 4-bit fields and an int8.
Not sure how flexible this should be, but I can see this being useful for reducing bandwidth requirements over wireless (which is a downsampled data stream already, probably will ever be used for sanity checking the system from the ground.. decreasing data resolution shouldn't be a big deal)
The text was updated successfully, but these errors were encountered:
It might be useful to implement a wrapper message type to compress and decompress floats and doubles in arbitrary message types. For example, a type consisting of four floats and an int8 might be compressed to five int8s or even four 4-bit fields and an int8.
Not sure how flexible this should be, but I can see this being useful for reducing bandwidth requirements over wireless (which is a downsampled data stream already, probably will ever be used for sanity checking the system from the ground.. decreasing data resolution shouldn't be a big deal)
The text was updated successfully, but these errors were encountered: