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
With the C++ MCAP API the only way to query and read attachments involves using the TypedRecordReader with an onAttachment to read through the entire file. For large MCAP files this is not particularly efficient.
An API that allows access to the summary information to access the attachment indexes would be a decent approach. Even better would be a higher level API that allows easy querying and reading of attachments.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With the C++ MCAP API the only way to query and read attachments involves using the
TypedRecordReader
with anonAttachment
to read through the entire file. For large MCAP files this is not particularly efficient.An API that allows access to the summary information to access the attachment indexes would be a decent approach. Even better would be a higher level API that allows easy querying and reading of attachments.
Beta Was this translation helpful? Give feedback.
All reactions