-
Notifications
You must be signed in to change notification settings - Fork 539
Add archetypes for MCAP metadata #11062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
b92f157
to
60f706c
Compare
f00bb45
to
c369c9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I appreciate the in-depth docstrings
crates/store/re_types/definitions/rerun/archetypes/mcap_channel.fbs
Outdated
Show resolved
Hide resolved
crates/store/re_types/definitions/rerun/archetypes/mcap_schema.fbs
Outdated
Show resolved
Hide resolved
crates/store/re_types/definitions/rerun/components/channel_id.fbs
Outdated
Show resolved
Hide resolved
36c4bb6
to
fdadf6c
Compare
Related
What
This introduces dedicated types for the (previously) manually logged MCAP data (channel, stats, schema and raw messages).
I've tried to re-use as many existing components/datatypes as possible, however this does introduce some new ones.